Interface CredentialWebSemanticRevocationSetStatusStartEvent

interface CredentialWebSemanticRevocationSetStatusStartEventSanitised {
    category: "credential-web-semantic";
    data: {
        credentialId: string;
        isRevoked: boolean;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "credential-web-semantic"
data: {
    credentialId: string;
    isRevoked: boolean;
}

Type declaration

  • credentialId: string
  • isRevoked: boolean
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"