kustomer-client
    Preparing search index...

    Type Alias UpdateAuthSettingsResponses

    type UpdateAuthSettingsResponses = {
        "200": {
            data: {
                attributes: {
                    app: { userSessionExpirationMilliseconds: number };
                    createdAt: string;
                    google: { enabled: boolean };
                    kustomer: { enabled: boolean };
                    modifiedAt: string;
                    saml: {
                        allowUnencryptedAssert: boolean;
                        enabled: boolean;
                        forceAuth: boolean;
                        idpIssuerId: string;
                        idpLoginUrl: string;
                        idpLogoutUrl: string;
                        idpPublicCerts: string[];
                        signRequests: boolean;
                    };
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    modifiedBy: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "200": {
        data: {
            attributes: {
                app: { userSessionExpirationMilliseconds: number };
                createdAt: string;
                google: { enabled: boolean };
                kustomer: { enabled: boolean };
                modifiedAt: string;
                saml: {
                    allowUnencryptedAssert: boolean;
                    enabled: boolean;
                    forceAuth: boolean;
                    idpIssuerId: string;
                    idpLoginUrl: string;
                    idpLogoutUrl: string;
                    idpPublicCerts: string[];
                    signRequests: boolean;
                };
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                modifiedBy: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    OK