PasswordComplexityProperties

PasswordComplexityProperties
PasswordComplexityProperties

Configurable properties of password complexity requirement for the NSX node.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {},
    "_retry_prompt": 0,
    "digits": 0,
    "hash_algorithm": "string",
    "lower_chars": 0,
    "max_repeats": 0,
    "max_sequence": 0,
    "maximum_password_length": 0,
    "minimum_password_length": 0,
    "minimum_unique_chars": 0,
    "password_remembrance": 0,
    "special_chars": 0,
    "upper_chars": 0
}