AccountSsoDetailedResponse: {
    alias?: string;
    attributeImporters: AttributeImporter[];
    callbackUrl?: string;
    config?: Config;
    createdAt?: string;
    discoveryEndpoint?: string;
    id?: string;
    idMapper?: IdMapper;
    isConfigured: boolean;
    isEnabled?: boolean;
    name?: string;
    sloEndpoints?: Endpoint[];
    ssoEndpoints?: Endpoint[];
    type: "SAML" | "OPENID";
    updatedAt?: string;
}

Type declaration

  • Optionalalias?: string

    Alias for the SSO configuration

  • attributeImporters: AttributeImporter[]

    List of attribute importers

  • OptionalcallbackUrl?: string

    SSO callback url

  • Optionalconfig?: Config
  • OptionalcreatedAt?: string

    Creation timestamp of the SSO configuration

  • OptionaldiscoveryEndpoint?: string

    Discovery endpoint for the SSO configuration

  • Optionalid?: string

    Unique identifier for the SSO configuration

  • OptionalidMapper?: IdMapper
  • isConfigured: boolean

    Indicates if the SSO is fully configured

  • OptionalisEnabled?: boolean

    Indicates if the SSO configuration is enabled

  • Optionalname?: string

    SSO configuration name

  • OptionalsloEndpoints?: Endpoint[]

    SLO Endpoints

  • OptionalssoEndpoints?: Endpoint[]

    SSO Endpoints

  • type: "SAML" | "OPENID"

    Type of the SSO configuration

  • OptionalupdatedAt?: string

    Update timestamp of the SSO configuration