Zitadel.Policy.V1.PasswordLockoutPolicy (zitadel_api v1.0.0-rc.5) View Source

Link to this section Summary

Link to this section Types

Specs

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

Specs

is_default() :: boolean()

Specs

max_attempts() :: non_neg_integer()
Link to this type

show_lockout_failure()

View Source

Specs

show_lockout_failure() :: boolean()

Specs

t() :: %Zitadel.Policy.V1.PasswordLockoutPolicy{
  details: details(),
  is_default: is_default(),
  max_attempts: max_attempts(),
  show_lockout_failure: show_lockout_failure()
}

Link to this section Functions