Interface MobileCredentialTrustedIssuerCreateSuccessEvent
interface MobileCredentialTrustedIssuerCreateSuccessEvent { category: "mobile-credential"; data: { certificateData: { active: undefined | boolean; commonName: string; country: string; notAfter: string; notBefore: string; }; certificatePem: string; id: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface MobileCredentialTrustedIssuerCreateSuccessEventSanitised { category: "mobile-credential"; data: { certificateData: { active: undefined | boolean; commonName: string; country: string; notAfter: string; notBefore: string; }; certificatePem: string; id: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "mobile-credential"
Sanitisation Level DATA
data
data: {
certificateData: {
active: undefined | boolean;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
};
certificatePem: string;
id: string;
}
Type declaration
certificateData: {
active: undefined | boolean;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
}
active: undefined | boolean
commonName: string
country: string
notAfter: string
notBefore: string
certificatePem: string
id: string
requestId
requestId: string
timestamp
timestamp: number