Vcenter_Settings_V1_Config_Components_Authmanagement_LockoutPolicy

Vcenter_Settings_V1_Config_Components_Authmanagement_LockoutPolicy
Vcenter_Settings_V1_Config_Components_Authmanagement_LockoutPolicy

LockoutPolicy structure This structure represents the configuration in Lockout Policy. Warning: This structure is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

JSON Example
{
    "failed_login_attempts": 0,
    "failure_interval": 0,
    "unlock_time": 0
}
integer As int64
failed_login_attempts
Required

Maximum number of failed login attempts. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

integer As int64
failure_interval
Required

Time interval between failures. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.

integer As int64
unlock_time
Required

Unlock time. Warning: This attribute is available as Technology Preview. These are early access APIs provided to test, automate and provide feedback on the feature. Since this can change based on feedback, VMware does not guarantee backwards compatibility and recommends against using them in production environments. Some Technology Preview APIs might only be applicable to specific environments.