CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_START
interface CredentialHolderWalletAttestationSignerCertificateKeyDeleteStartEvent { 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_START"; userAgent: string | undefined; version: "1";} interface CredentialHolderWalletAttestationSignerCertificateKeyDeleteStartEventSanitised { 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_START"; userAgent: string | undefined; version: "1";} interface CredentialHolderWalletAttestationSignerCertificateKeyDeleteStartEventDataLevel { 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_START"; 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_START"
userAgent
userAgent: string | undefined