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

    CLAIM_SOURCE_CREATE_SUCCESS

    interface ClaimSourceCreateSuccessEventSanitised {
        category: "claim-source";
        clientId: string | undefined;
        data: {
            authorization:
                | { type: "api-key" }
                | {
                    audience: string | undefined;
                    clientId: string;
                    scope: string | undefined;
                    tokenEndpoint: string;
                    tokenEndpointAuthMethod: string;
                    type: "oauth-client-credentials";
                };
            id: string;
            name: string;
            requestMethod: string
            | undefined;
            requestParameters: {
                [key: string]:
                    | {
                        defaultValue: | string
                        | number
                        | boolean
                        | Json[]
                        | { [key: string]: Json }
                        | { [key: number]: Json }
                        | null
                        | undefined;
                        mapFrom: string;
                    }
                    | { defaultValue: Json };
            };
            url: string;
        };
        id: string;
        managementUserId: string
        | undefined;
        requestId: string;
        requestIp: string | undefined;
        tenantId: string;
        timestamp: number;
        type: "CLAIM_SOURCE_CREATE_SUCCESS";
        userAgent: string | undefined;
        version: "1";
    }
    Index
    category: "claim-source"
    clientId: string | undefined
    data: {
        authorization:
            | { type: "api-key" }
            | {
                audience: string | undefined;
                clientId: string;
                scope: string | undefined;
                tokenEndpoint: string;
                tokenEndpointAuthMethod: string;
                type: "oauth-client-credentials";
            };
        id: string;
        name: string;
        requestMethod: string
        | undefined;
        requestParameters: {
            [key: string]:
                | {
                    defaultValue: | string
                    | number
                    | boolean
                    | Json[]
                    | { [key: string]: Json }
                    | { [key: number]: Json }
                    | null
                    | undefined;
                    mapFrom: string;
                }
                | { defaultValue: Json };
        };
        url: string;
    }
    id: string
    managementUserId: string | undefined
    requestId: string
    requestIp: string | undefined
    tenantId: string
    timestamp: number
    type: "CLAIM_SOURCE_CREATE_SUCCESS"
    userAgent: string | undefined
    version: "1"