Interface EcosystemCredentialCreateStartEvent

interface EcosystemCredentialCreateStartEventSanitised {
    category: "ecosystem";
    data: {
        docType: undefined | string;
        ecosystemId: string;
        name: string;
        profile: string;
        type: undefined | string;
    };
    id: string;
    requestId: string;
    tenantId: string;
    timestamp: number;
    type: string;
    version: "1";
}

Properties

category: "ecosystem"
data: {
    docType: undefined | string;
    ecosystemId: string;
    name: string;
    profile: string;
    type: undefined | string;
}

Type declaration

  • docType: undefined | string
  • ecosystemId: string
  • name: string
  • profile: string
  • type: undefined | string
id: string
requestId: string
tenantId: string
timestamp: number
type: string
version: "1"