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
Link to this section Types
Specs
max_attempts() :: non_neg_integer()
failed attempts until a user gets locked
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() }