Interface CredentialCompactSemanticRevocationSetStatusSuccessEvent

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: "credential-compact-semantic"
data: {
    isRevoked: boolean;
    jti: string;
    statusIndex: number;
    statusUrl: string;
}

Type declaration

  • isRevoked: boolean
  • jti: string
  • statusIndex: number
  • statusUrl: string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"