kustomer-client
    Preparing search index...

    Type Alias GetPublicAuthSettingsResponses

    type GetPublicAuthSettingsResponses = {
        "200": {
            data: {
                attributes: {
                    google: { enabled: boolean };
                    kustomer: { enabled: boolean };
                    saml: { enabled: boolean };
                };
                id: string;
                links: { self: string };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                google: { enabled: boolean };
                kustomer: { enabled: boolean };
                saml: { enabled: boolean };
            };
            id: string;
            links: { self: string };
            type: string;
        };
    }

    OK