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

Link to this section Summary

Link to this section Types

Specs

has_lowercase() :: boolean()

Specs

has_number() :: boolean()

Specs

has_symbol() :: boolean()

Specs

has_uppercase() :: boolean()

Specs

min_length() :: non_neg_integer()

Specs

t() :: %Zitadel.Management.V1.UpdateCustomPasswordComplexityPolicyRequest{
  has_lowercase: has_lowercase(),
  has_number: has_number(),
  has_symbol: has_symbol(),
  has_uppercase: has_uppercase(),
  min_length: min_length()
}

Link to this section Functions