View Source Zitadel.Policy.V1.PasswordComplexityPolicy (zitadel_api v2.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %Zitadel.Policy.V1.PasswordComplexityPolicy{ __unknown_fields__: [ {field_number :: integer(), Protobuf.Wire.Types.wire_type(), value :: term()} ], details: Zitadel.V1.ObjectDetails.t() | nil, has_lowercase: boolean(), has_number: boolean(), has_symbol: boolean(), has_uppercase: boolean(), is_default: boolean(), min_length: non_neg_integer() }