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

    MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_SIGN_SUCCESS

    interface MobileCredentialStatusListTokenSignSuccessEventSanitised {
        category: "mobile-credential";
        clientId: string | undefined;
        data: {
            identifierListId: string | undefined;
            statusListId: string | undefined;
            statusListSignerFingerprint: string;
            statusListSignerId: string;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_SIGN_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "mobile-credential"
    clientId: string | undefined
    data: {
        identifierListId: string | undefined;
        statusListId: string | undefined;
        statusListSignerFingerprint: string;
        statusListSignerId: string;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "MOBILE_CREDENTIAL_STATUS_LIST_TOKEN_SIGN_SUCCESS"
    userAgent: string | undefined
    version: "1"