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