CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_KEY_DELETE_START
interface CredentialPresentationVerifierCaCertificateKeyDeleteStartEvent { category: "credential-presentation"; data: { id: string }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_KEY_DELETE_START"; userAgent: string | undefined; version: "1";} interface CredentialPresentationVerifierCaCertificateKeyDeleteStartEventSanitised { category: "credential-presentation"; data: { id: string }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_KEY_DELETE_START"; userAgent: string | undefined; version: "1";} interface CredentialPresentationVerifierCaCertificateKeyDeleteStartEventDataLevel { category: "credential-presentation"; data: undefined; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_KEY_DELETE_START"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-presentation"
Sanitisation Level DATAdata
data: { id: string }
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_KEY_DELETE_START"
userAgent
userAgent: string | undefined