AuthenticationPolicyProperties

AuthenticationPolicyProperties
AuthenticationPolicyProperties

Configuration of authentication and password policies for the NSX node

AllOf
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,
    "api_failed_auth_lockout_period": 0,
    "api_failed_auth_reset_period": 0,
    "api_max_auth_failures": 0,
    "cli_failed_auth_lockout_period": 0,
    "cli_max_auth_failures": 0
}