Interface MobileCredentialIacaUpdateSuccessEvent
interface MobileCredentialIacaUpdateSuccessEvent { category: "mobile-credential"; clientId: undefined | string; data: { active: boolean; certificateData: { active: undefined | boolean; commonName: string; country: string; notAfter: string; notBefore: string; }; certificateFingerprint: string; certificatePem: string; id: string; isManaged: undefined | boolean; }; id: string; managementUserId: undefined | string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface MobileCredentialIacaUpdateSuccessEventSanitised { category: "mobile-credential"; clientId: undefined | string; data: { active: boolean; certificateData: { active: undefined | boolean; commonName: string; country: string; notAfter: string; notBefore: string; }; certificateFingerprint: string; certificatePem: undefined; id: string; isManaged: undefined | boolean; }; id: string; managementUserId: undefined | string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "mobile-credential"
clientId
clientId: undefined | string
Sanitisation Level DATA
data
data: {
active: boolean;
certificateData: {
active: undefined | boolean;
commonName: string;
country: string;
notAfter: string;
notBefore: string;
};
certificateFingerprint: string;
certificatePem: string;
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
Sanitisation Level PII
certificatePem: string
id: string
isManaged: undefined | boolean
managementUserId
managementUserId: undefined | string
requestId
requestId: string
timestamp
timestamp: number