Zitadel.Management.V1.UpdateCustomLoginPolicyRequest (zitadel_api v1.0.0-rc.5) View Source

Link to this section Summary

Link to this section Types

Specs

allow_external_idp() :: boolean()

Specs

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

allow_username_password()

View Source

Specs

allow_username_password() :: boolean()

Specs

force_mfa() :: boolean()

Specs

hide_password_reset() :: boolean()

Specs

passwordless_type() :: Zitadel.Policy.V1.PasswordlessType.t()

Specs

t() :: %Zitadel.Management.V1.UpdateCustomLoginPolicyRequest{
  allow_external_idp: allow_external_idp(),
  allow_register: allow_register(),
  allow_username_password: allow_username_password(),
  force_mfa: force_mfa(),
  hide_password_reset: hide_password_reset(),
  passwordless_type: passwordless_type()
}

Link to this section Functions