Zitadel.Admin.V1.SetDefaultFeaturesRequest (zitadel_api v1.0.0-rc.7) View Source

Link to this section Summary

Link to this section Types

Specs

audit_log_retention() :: Google.Protobuf.Duration.t() | nil

Specs

custom_domain() :: boolean()

Specs

custom_text() :: boolean()

Specs

custom_text_login() :: boolean()

Specs

custom_text_message() :: boolean()

Specs

description() :: String.t()

Specs

label_policy() :: boolean()
Link to this type

label_policy_private_label()

View Source

Specs

label_policy_private_label() :: boolean()
Link to this type

label_policy_watermark()

View Source

Specs

label_policy_watermark() :: boolean()
Link to this type

login_policy_factors()

View Source

Specs

login_policy_factors() :: boolean()

Specs

login_policy_idp() :: boolean()
Link to this type

login_policy_password_reset()

View Source

Specs

login_policy_password_reset() :: boolean()
Link to this type

login_policy_passwordless()

View Source

Specs

login_policy_passwordless() :: boolean()
Link to this type

login_policy_registration()

View Source

Specs

login_policy_registration() :: boolean()
Link to this type

login_policy_username_login()

View Source

Specs

login_policy_username_login() :: boolean()

Specs

metadata_user() :: boolean()
Link to this type

password_complexity_policy()

View Source

Specs

password_complexity_policy() :: boolean()

Specs

privacy_policy() :: boolean()

Specs

t() :: %Zitadel.Admin.V1.SetDefaultFeaturesRequest{
  audit_log_retention: audit_log_retention(),
  custom_domain: custom_domain(),
  custom_text: custom_text(),
  custom_text_login: custom_text_login(),
  custom_text_message: custom_text_message(),
  description: description(),
  label_policy: label_policy(),
  label_policy_private_label: label_policy_private_label(),
  label_policy_watermark: label_policy_watermark(),
  login_policy_factors: login_policy_factors(),
  login_policy_idp: login_policy_idp(),
  login_policy_password_reset: login_policy_password_reset(),
  login_policy_passwordless: login_policy_passwordless(),
  login_policy_registration: login_policy_registration(),
  login_policy_username_login: login_policy_username_login(),
  metadata_user: metadata_user(),
  password_complexity_policy: password_complexity_policy(),
  privacy_policy: privacy_policy(),
  tier_name: tier_name()
}

Specs

tier_name() :: String.t()

Link to this section Functions