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

    CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_CREATE_START

    interface CredentialPresentationVerifierCaCertificateCreateStartEventSanitised {
        category: "credential-presentation";
        clientId: string | undefined;
        data: {
            active: boolean | undefined;
            certificatePem: undefined;
            commonName: string | undefined;
            country: string | undefined;
            notAfter: string | undefined;
            notBefore: string | undefined;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_CREATE_START";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "credential-presentation"
    clientId: string | undefined
    data: {
        active: boolean | undefined;
        certificatePem: string | undefined;
        commonName: string | undefined;
        country: string | undefined;
        notAfter: string | undefined;
        notBefore: string | undefined;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CREDENTIAL_PRESENTATION_VERIFIER_CA_CERTIFICATE_CREATE_START"
    userAgent: string | undefined
    version: "1"