Zitadel.Management.V1.UpdateCustomPasswordLockoutPolicyRequest (zitadel_api v1.0.0-rc.5) View Source

Link to this section Summary

Link to this section Types

Specs

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

show_lockout_failure()

View Source

Specs

show_lockout_failure() :: boolean()

Specs

t() :: %Zitadel.Management.V1.UpdateCustomPasswordLockoutPolicyRequest{
  max_attempts: max_attempts(),
  show_lockout_failure: show_lockout_failure()
}

Link to this section Functions