Zitadel.Policy.V1.PasswordComplexityPolicy (zitadel_api v1.0.0-rc.7) View Source

Link to this section Summary

Link to this section Types

Specs

details() :: Zitadel.V1.ObjectDetails.t() | nil

Specs

has_lowercase() :: boolean()

Specs

has_number() :: boolean()

Specs

has_symbol() :: boolean()

Specs

has_uppercase() :: boolean()

Specs

is_default() :: boolean()

Specs

min_length() :: non_neg_integer()

Specs

t() :: %Zitadel.Policy.V1.PasswordComplexityPolicy{
  details: details(),
  has_lowercase: has_lowercase(),
  has_number: has_number(),
  has_symbol: has_symbol(),
  has_uppercase: has_uppercase(),
  is_default: is_default(),
  min_length: min_length()
}

Link to this section Functions