Interface EcosystemValidateParticipantStartEvent

interface EcosystemValidateParticipantStartEventSanitised {
    category: "ecosystem";
    data: {
        docType: undefined | string;
        identifier: undefined | string;
        profile: string;
        role: string;
        subjectKeyIdentifierHex: undefined | string;
        type: undefined | string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "ecosystem"
data: {
    docType: undefined | string;
    identifier: undefined | string;
    profile: string;
    role: string;
    subjectKeyIdentifierHex: undefined | string;
    type: undefined | string;
}

Type declaration

  • docType: undefined | string
  • identifier: undefined | string
  • profile: string
  • role: string
  • subjectKeyIdentifierHex: undefined | string
  • type: undefined | string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"