Interface CredentialPresentationVerifierCaCertificateUpdateStartEvent
interface CredentialPresentationVerifierCaCertificateUpdateStartEventSanitised { category: "credential-presentation"; data: { active: boolean; id: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-presentation"
Sanitisation Level DATA
data
data: {
active: boolean;
id: string;
}
Type declaration
active: boolean
id: string
requestId
requestId: string
timestamp
timestamp: number