InlineAuthenticationPolicyProperties1

InlineAuthenticationPolicyProperties1
InlineAuthenticationPolicyProperties1
JSON Example
{
    "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
}
integer As int64 As int64
api_failed_auth_reset_period
Optional

In order to trigger an account lockout, all authentication failures must occur in this time window. If the reset period expires, the failed login count is reset to zero. Only applies to NSX Manager nodes. Ignored on other node types.

integer As int64 As int64
minimum_password_length
Optional

Minimum number of characters required in account passwords

integer As int64 As int64
cli_failed_auth_lockout_period
Optional

Once a lockout occurs, the account remains locked out of the CLI for this time period. While the lockout period is in effect, additional authentication attempts restart the lockout period, even if a valid password is specified.

integer As int64 As int64
api_max_auth_failures
Optional

Only applies to NSX Manager nodes. Ignored on other node types.

integer As int64 As int64
api_failed_auth_lockout_period
Optional

Once a lockout occurs, the account remains locked out of the API for this time period. Only applies to NSX Manager nodes. Ignored on other node types.

integer As int64 As int64
cli_max_auth_failures
Optional

Number of authentication failures that trigger CLI lockout