MOBILE_CREDENTIAL_DOCUMENT_SIGNER_REVOKE_SUCCESS
interface MobileCredentialDocumentSignerRevokeSuccessEvent { category: "mobile-credential"; data: { documentSignerId: string; revocationDate: string; revoked: boolean; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_DOCUMENT_SIGNER_REVOKE_SUCCESS"; userAgent: string | undefined; version: "1";} interface MobileCredentialDocumentSignerRevokeSuccessEventSanitised { category: "mobile-credential"; data: { documentSignerId: string; revocationDate: string; revoked: boolean; }; id: string; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_DOCUMENT_SIGNER_REVOKE_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "mobile-credential"
Sanitisation Level DATAdata
data: { documentSignerId: string; revocationDate: string; revoked: boolean }
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "MOBILE_CREDENTIAL_DOCUMENT_SIGNER_REVOKE_SUCCESS"
userAgent
userAgent: string | undefined