CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS
interface CredentialPresentationVerifierSignerCertificateKeyDeleteSuccessEvent { category: "credential-presentation"; data: { id: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS"; version: "1"; } interface CredentialPresentationVerifierSignerCertificateKeyDeleteSuccessEventSanitised { category: "credential-presentation"; data: { id: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS"; version: "1"; } interface CredentialPresentationVerifierSignerCertificateKeyDeleteSuccessEventDataLevel { category: "credential-presentation"; data: undefined; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS"; version: "1"; } Properties
category
category: "credential-presentation"
Sanitisation Level DATA data
data: {
id: string;
}
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "CREDENTIAL_PRESENTATION_VERIFIER_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS"