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

    OPENID_OAUTH_CLIENT_RETRIEVE_LIST_SUCCESS

    interface OpenidOauthClientRetrieveListSuccessEventSanitised {
        category: "openid";
        data: { entriesCount: number; nextCursor: string | undefined };
        id: string;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "OPENID_OAUTH_CLIENT_RETRIEVE_LIST_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "openid"
    data: { entriesCount: number; nextCursor: string | undefined }
    id: string
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "OPENID_OAUTH_CLIENT_RETRIEVE_LIST_SUCCESS"
    userAgent: string | undefined
    version: "1"