Auth0.Entity.TenantSetting.Flags (Auth0Api v1.4.0) View Source

Documentation for entity of TenantSetting Flags.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.TenantSetting.Flags{
  allow_changing_enable_sso: boolean(),
  allow_legacy_delegation_grant_types: boolean(),
  allow_legacy_ro_grant_types: boolean(),
  allow_legacy_tokeninfo_endpoint: boolean(),
  change_pwd_flow_v1: boolean(),
  dashboard_insights_view: boolean(),
  dashboard_log_streams_next: boolean(),
  disable_clickjack_protection_headers: boolean(),
  disable_impersonation: boolean(),
  enable_adfs_waad_email_verification: boolean(),
  enable_apis_section: boolean(),
  enable_client_connections: boolean(),
  enable_idtoken_api2: boolean(),
  enable_legacy_profile: boolean(),
  enable_pipeline2: boolean(),
  enable_public_signup_user_exists_error: boolean(),
  enable_sso: boolean(),
  enforce_client_authentication_on_passwordless_start: boolean(),
  no_disclose_enterprise_connections: boolean(),
  revoke_refresh_token_grant: boolean()
}

Link to this section Functions

Specs

from(map()) :: t()