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

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Admin.V1.SetDefaultFeaturesRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  actions: boolean(),
  actions_allowed: Zitadel.Features.V1.ActionsAllowed.t(),
  audit_log_retention: Google.Protobuf.Duration.t() | nil,
  custom_domain: boolean(),
  custom_text: boolean(),
  custom_text_login: boolean(),
  custom_text_message: boolean(),
  description: String.t(),
  label_policy: boolean(),
  label_policy_private_label: boolean(),
  label_policy_watermark: boolean(),
  lockout_policy: boolean(),
  login_policy_factors: boolean(),
  login_policy_idp: boolean(),
  login_policy_password_reset: boolean(),
  login_policy_passwordless: boolean(),
  login_policy_registration: boolean(),
  login_policy_username_login: boolean(),
  max_actions: integer(),
  metadata_user: boolean(),
  password_complexity_policy: boolean(),
  privacy_policy: boolean(),
  tier_name: String.t()
}

Link to this section Functions