AuthenticationPolicyProperties

AuthenticationPolicyProperties
AuthenticationPolicyProperties

Configuration of authentication policies for the NSX node

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "api_failed_auth_reset_period": 0,
    "minimum_password_length": 0,
    "cli_failed_auth_lockout_period": 0,
    "api_max_auth_failures": 0,
    "api_failed_auth_lockout_period": 0,
    "cli_max_auth_failures": 0
}