CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_CREATE_SUCCESS
interface CredentialHolderWalletAttestationSignerCertificateCreateSuccessEventSanitised { category: "credential-holder"; clientId: string | undefined; data: { active: boolean; caId: string; id: string }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_CREATE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-holder"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: { active: boolean; caId: string; id: string }
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_HOLDER_WALLET_ATTESTATION_SIGNER_CERTIFICATE_CREATE_SUCCESS"
userAgent
userAgent: string | undefined