CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS
interface CredentialHolderWalletAttestationSignerCertificateKeyDeleteSuccessEvent { category: "credential-holder"; data: { id: string }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialHolderWalletAttestationSignerCertificateKeyDeleteSuccessEventSanitised { category: "credential-holder"; data: { id: string }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialHolderWalletAttestationSignerCertificateKeyDeleteSuccessEventDataLevel { category: "credential-holder"; data: undefined; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-holder"
Sanitisation Level DATAdata
data: { id: string }
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_SUCCESS"
userAgent
userAgent: string | undefined