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.
  • ALLOW_AUTH_DOMAIN_CONTROL
  • # Auth domain configuration unspecified.
  • AUTH_DOMAIN_UNSPECIFIED
  • # Uses the global org's SSO/LDAP configuration.
  • INHERIT_AUTH_DOMAIN
  • # Only local users allowed.
  • LOCAL_AUTH_DOMAIN_ONLY
  • }