Class OrganizationSettingsSamlAutocreateUsersDomains

Has two properties, enabled (boolean) and domains, which is a list of domains without the @ symbol.

Hierarchy

  • OrganizationSettingsSamlAutocreateUsersDomains

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
domains?: string[]

List of domains where the SAML automated user creation is enabled.

enabled?: boolean

Whether or not the automated user creation based on SAML domain is enabled.

Generated using TypeDoc