CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_START
interface CredentialHolderWalletAttestationSignerCertificateKeyDeleteStartEvent { category: "credential-holder"; data: { id: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_START"; version: "1"; } interface CredentialHolderWalletAttestationSignerCertificateKeyDeleteStartEventSanitised { category: "credential-holder"; data: { id: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_START"; version: "1"; } interface CredentialHolderWalletAttestationSignerCertificateKeyDeleteStartEventDataLevel { category: "credential-holder"; data: undefined; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_START"; version: "1"; } Properties
category
category: "credential-holder"
Sanitisation Level DATA data
data: {
id: string;
}
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_KEY_DELETE_START"