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

    ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_UPDATE_START

    interface EcosystemDtsIntermediateCaCertificateUpdateStartEventSanitised {
        category: "ecosystem";
        data: {
            active: boolean;
            dtsCaCertificateId: string;
            id: string;
            usages: string[];
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_UPDATE_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "ecosystem"
    data: {
        active: boolean;
        dtsCaCertificateId: string;
        id: string;
        usages: string[];
    }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "ECOSYSTEM_DTS_INTERMEDIATE_CA_CERTIFICATE_UPDATE_START"
    userAgent: string | undefined
    version: "1"