MATTR VII Platform API Events Registry - v12.23.0
    Preparing search index...

    ECOSYSTEM_PARTICIPANT_ISSUER_CERTIFICATE_CREATE_START

    interface EcosystemParticipantIssuerCertificateCreateStartEventSanitised {
        category: "ecosystem";
        data: {
            certificatePem: string;
            docTypes: { value: string }[] | undefined;
            ecosystemId: string;
            linkCertificateInfo:
                | { certificatePem: string; issuerCertificateId: string }
                | undefined;
            participantId: string;
            status: string | undefined;
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "ECOSYSTEM_PARTICIPANT_ISSUER_CERTIFICATE_CREATE_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "ecosystem"
    data: {
        certificatePem: string;
        docTypes: { value: string }[] | undefined;
        ecosystemId: string;
        linkCertificateInfo:
            | { certificatePem: string; issuerCertificateId: string }
            | undefined;
        participantId: string;
        status: string | undefined;
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ECOSYSTEM_PARTICIPANT_ISSUER_CERTIFICATE_CREATE_START"
    userAgent: string | undefined
    version: "1"