Interface EcosystemParticipantCredentialsRetrieveSuccessEvent

interface EcosystemParticipantCredentialsRetrieveSuccessEventSanitised {
    category: "ecosystem";
    data: {
        issuerAllowedCredentialsCount: number;
        verifierAllowedCredentialsCount: number;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "ecosystem"
data: {
    issuerAllowedCredentialsCount: number;
    verifierAllowedCredentialsCount: number;
}

Type declaration

  • issuerAllowedCredentialsCount: number
  • verifierAllowedCredentialsCount: number
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"