View Source Zitadel.Admin.V1.UpdateLoginPolicyRequest (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Admin.V1.UpdateLoginPolicyRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  allow_domain_discovery: boolean(),
  allow_external_idp: boolean(),
  allow_register: boolean(),
  allow_username_password: boolean(),
  default_redirect_uri: String.t(),
  disable_login_with_email: boolean(),
  disable_login_with_phone: boolean(),
  external_login_check_lifetime: Google.Protobuf.Duration.t() | nil,
  force_mfa: boolean(),
  hide_password_reset: boolean(),
  ignore_unknown_usernames: boolean(),
  mfa_init_skip_lifetime: Google.Protobuf.Duration.t() | nil,
  multi_factor_check_lifetime: Google.Protobuf.Duration.t() | nil,
  password_check_lifetime: Google.Protobuf.Duration.t() | nil,
  passwordless_type: Zitadel.Policy.V1.PasswordlessType.t(),
  second_factor_check_lifetime: Google.Protobuf.Duration.t() | nil
}

Link to this section Functions