ENUM
TenantAuthDomainConfig
Description
Specifies whether to use the SSO/LDAP configuration of the global organization or to use configuration specific to this organization.
link GraphQL Schema definition
- enum TenantAuthDomainConfig {
- # Allows the tenant to set its own SSO/LDAP configuration.
- # Auth domain configuration unspecified.
- # Uses the global org's SSO/LDAP configuration.
- # Only local users allowed.
- }