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

    MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_CREATE_SUCCESS

    interface MobileCredentialStatusListSignerCreateSuccessEventSanitised {
        category: "mobile-credential";
        clientId: string | undefined;
        data: {
            active: boolean;
            certificateData:
                | {
                    active: boolean
                    | undefined;
                    commonName: string;
                    country: string;
                    notAfter: string;
                    notBefore: string;
                }
                | undefined;
            certificateFingerprint: string
            | undefined;
            certificatePem: undefined;
            csrPem: undefined;
            iacaId: string;
            id: string;
            revocationDate: string | null | undefined;
            revoked: boolean | null | undefined;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_CREATE_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "mobile-credential"
    clientId: string | undefined
    data: {
        active: boolean;
        certificateData:
            | {
                active: boolean
                | undefined;
                commonName: string;
                country: string;
                notAfter: string;
                notBefore: string;
            }
            | undefined;
        certificateFingerprint: string
        | undefined;
        certificatePem: string | undefined;
        csrPem: string | undefined;
        iacaId: string;
        id: string;
        revocationDate: string | null | undefined;
        revoked: boolean | null | undefined;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_CREATE_SUCCESS"
    userAgent: string | undefined
    version: "1"