complexity property
The complexity of the password. Possible string values are:
- "COMPLEXITY_UNSPECIFIED" : Complexity check is not specified.
- "COMPLEXITY_DEFAULT" : A combination of lowercase, uppercase, numeric, and non-alphanumeric characters.
Implementation
core.String? complexity;