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

    MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_SUCCESS

    interface MobileCredentialStatusListSignerRevokeSuccessEventSanitised {
        category: "mobile-credential";
        data: {
            revocationDate: string;
            revoked: boolean;
            statusListSignerId: string;
        };
        id: string;
        requestId: string;
        requestIp: string
        | undefined;
        tenantId: string;
        timestamp: number;
        type: "MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "mobile-credential"
    data: { revocationDate: string; revoked: boolean; statusListSignerId: string }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "MOBILE_CREDENTIAL_STATUS_LIST_SIGNER_REVOKE_SUCCESS"
    userAgent: string | undefined
    version: "1"