Interface MobileCredentialStatusListSignerUpdateStartEvent
interface MobileCredentialStatusListSignerUpdateStartEvent { category: "mobile-credential"; data: { active: boolean; certificatePem: undefined | string; id: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface MobileCredentialStatusListSignerUpdateStartEventSanitised { category: "mobile-credential"; data: { active: boolean; certificatePem: undefined | 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: {
active: boolean;
certificatePem: undefined | string;
id: string;
}
Type declaration
active: boolean
certificatePem: undefined | string
id: string
requestId
requestId: string
timestamp
timestamp: number