Sanitisation Level DATA
data
data: {
active: boolean;
certificateData: {
active: undefined | boolean;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
};
certificateFingerprint: string;
certificatePem: undefined;
id: string;
isManaged: undefined | boolean;
}
Type declaration
active: boolean
certificateData: {
active: undefined | boolean;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
}
active: undefined | boolean
commonName: string
country: string
notAfter: string
notBefore: string
certificateFingerprint: string
certificatePem: undefined
id: string
isManaged: undefined | boolean