Zitadel.Policy.V1.LoginPolicy (zitadel_api v1.0.0-rc.6) 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

details() :: Zitadel.V1.ObjectDetails.t() | nil

Specs

force_mfa() :: boolean()

Specs

hide_password_reset() :: boolean()

Specs

is_default() :: boolean()

Specs

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

Specs

t() :: %Zitadel.Policy.V1.LoginPolicy{
  allow_external_idp: allow_external_idp(),
  allow_register: allow_register(),
  allow_username_password: allow_username_password(),
  details: details(),
  force_mfa: force_mfa(),
  hide_password_reset: hide_password_reset(),
  is_default: is_default(),
  passwordless_type: passwordless_type()
}

Link to this section Functions