Interface CredentialCompactSemanticRevocationSetStatusSuccessEvent
interface CredentialCompactSemanticRevocationSetStatusSuccessEvent { category: "credential-compact-semantic"; data: { isRevoked: boolean; jti: string; statusIndex: number; statusUrl: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } interface CredentialCompactSemanticRevocationSetStatusSuccessEventSanitised { category: "credential-compact-semantic"; data: { isRevoked: boolean; jti: string; statusIndex: number; statusUrl: string; }; id: string; requestId: string; tenantId: string; timestamp: number; type: string; version: "1"; } Properties
category
category: "credential-compact-semantic"
Sanitisation Level DATA
data
data: {
isRevoked: boolean;
jti: string;
statusIndex: number;
statusUrl: string;
}
Type declaration
isRevoked: boolean
jti: string
statusIndex: number
statusUrl: string
requestId
requestId: string
timestamp
timestamp: number