VcenterSettingsV1ConfigComponentsAuthmanagementLockoutPolicy
LockoutPolicy structure This structure represents the configuration in Lockout Policy.
Properties
integer
failed_login_attempts
Required
Maximum number of failed login attempts.
integer
failure_interval
Required
Time interval between failures.
integer
unlock_time
Required
Unlock time.
JSON Example
{
"failed_login_attempts": 0,
"failure_interval": 0,
"unlock_time": 0
}