CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_SUCCESS
interface CredentialCompactRevocationSetStatusSuccessEvent { category: "credential-compact"; clientId: string | undefined; data: { credentialType: string | undefined; isRevoked: boolean; jti: string; statusIndex: number; statusUrl: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_SUCCESS"; userAgent: string | undefined; version: "1";} interface CredentialCompactRevocationSetStatusSuccessEventSanitised { category: "credential-compact"; clientId: string | undefined; data: { credentialType: string | undefined; isRevoked: boolean; jti: string; statusIndex: number; statusUrl: string; }; id: string; managementUserId: string | undefined; requestId: string; requestIp: string | undefined; tenantId: string; timestamp: number; type: "CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_SUCCESS"; userAgent: string | undefined; version: "1";}
Properties
category
category: "credential-compact"
clientId
clientId: string | undefined
Sanitisation Level DATAdata
data: {
credentialType: string | undefined;
isRevoked: boolean;
jti: string;
statusIndex: number;
statusUrl: string;
}
managementUserId
managementUserId: string | undefined
requestId
requestId: string
requestIp
requestIp: string | undefined
tenantId
tenantId: string
timestamp
timestamp: number
type
type: "CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_SUCCESS"
userAgent
userAgent: string | undefined