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

Link to this section Summary

Types

failed attempts until a user gets locked

If an error should be displayed during a lockout or not

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()

If an error should be displayed during a lockout or not

Specs

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

Link to this section Functions