AccountSsoResponse: {
    alias: string;
    attributeImporters: AttributeImporter[];
    createdAt?: string;
    discoveryEndpoint?: string;
    id: string;
    idMapper?: IdMapper;
    isConfigured: boolean;
    isEnabled?: boolean;
    name: string;
    type: "SAML" | "OPENID";
}

Type declaration

  • alias: string

    Alias for the SSO configuration

  • attributeImporters: AttributeImporter[]

    List of attribute importers

  • OptionalcreatedAt?: string

    Creation timestamp of the SSO configuration

  • OptionaldiscoveryEndpoint?: string

    Discovery endpoint for the SSO configuration

  • id: 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

  • name: string

    SSO configuration name

  • type: "SAML" | "OPENID"

    Type of the SSO configuration