Interface CredentialCompactSemanticCredentialConfigurationRetrieveListStartEvent

interface CredentialCompactSemanticCredentialConfigurationRetrieveListStartEventSanitised {
    category: "credential-compact-semantic";
    data: {
        claimSourceId: undefined | string;
        cursor: undefined | string;
        limit: number;
        type: undefined | string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "credential-compact-semantic"
data: {
    claimSourceId: undefined | string;
    cursor: undefined | string;
    limit: number;
    type: undefined | string;
}

Type declaration

  • claimSourceId: undefined | string
  • cursor: undefined | string
  • limit: number
  • type: undefined | string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"