MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_START
interface MobileCredentialStatusListSignerRevokeStartEvent { category: "mobile-credential"; data: { statusListSignerId: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_START"; version: "1"; } interface MobileCredentialStatusListSignerRevokeStartEventSanitised { category: "mobile-credential"; data: { statusListSignerId: string; }; id: string; requestId: string; requestIp: undefined | string; tenantId: string; timestamp: number; type: "MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_START"; version: "1"; } Properties
category
category: "mobile-credential"
Sanitisation Level DATA data
data: {
statusListSignerId: string;
}
Type declaration
statusListSignerId: string
requestId
requestId: string
requestIp
requestIp: undefined | string
timestamp
timestamp: number
type
type: "MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_START"