Interface CredentialWebSemanticRevocationSetStatusSuccessEvent
interface CredentialWebSemanticRevocationSetStatusSuccessEventSanitised { category: "credential-web-semantic"; data: { credentialId: string; isRevoked: boolean; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-web-semantic"
Sanitisation Level DATA
data
data: {
credentialId: string;
isRevoked: boolean;
}
Type declaration
credentialId: string
isRevoked: boolean
requestId
requestId: string
timestamp
timestamp: number