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