Zitadel.Admin.V1.UpdatePasswordLockoutPolicyRequest (zitadel_api v1.0.0-rc.1) View Source

Link to this section Summary

Types

failed attempts until a user gets locked

TODO: how to describe?

t()

Link to this section Types

Specs

max_attempts() :: non_neg_integer()

failed attempts until a user gets locked

Link to this type

show_lockout_failure()

View Source

Specs

show_lockout_failure() :: boolean()

TODO: how to describe?

Specs

t() :: %Zitadel.Admin.V1.UpdatePasswordLockoutPolicyRequest{
  max_attempts: max_attempts(),
  show_lockout_failure: show_lockout_failure()
}

Link to this section Functions