Auth0.Management.Connections.Patch.Params.Options (Auth0Api v1.4.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Management.Connections.Patch.Params.Options{
  api_enable_users: boolean(),
  basic_profile: boolean(),
  customScripts: map(),
  enabledDatabaseCustomization: boolean(),
  ext_admin: boolean(),
  ext_agreed_terms: boolean(),
  ext_assigned_plans: boolean(),
  ext_groups: boolean(),
  ext_is_suspended: boolean(),
  ext_profile: boolean(),
  gateway_authentication: map(),
  import_mode: boolean(),
  non_persistent_attrs: [String.t()],
  passwordPolicy: String.t(),
  password_complexity_options: map(),
  password_dictionary: map(),
  password_history: map(),
  password_no_personal_info: map(),
  set_user_root_attributes: map(),
  upstream_params: map(),
  validation: map()
}