LockoutConstraint

LockoutConstraint
LockoutConstraint
JSON Example
{
    "lockout_evaluation_period": 0,
    "lockout_max_auth_failures": 0,
    "lockout_period": 0
}
integer As uint32 As uint32
lockout_evaluation_period
Optional
Constraints: default: 900

Time window for evaluating failed attempts in seconds. Defaults to 900 seconds. Allowed values are 300-1800. Special values are 0 - Do not reset login failure counts on the basis of any evaluation window.. Field introduced in 32.1.1. Unit is SEC. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
lockout_max_auth_failures
Optional
Constraints: default: 3

Number of failed attempts before account lockout. Defaults to 3. Setting it to 0 allows unlimited login failure attempts without any lockout. Allowed values are 0-5. Field introduced in 32.1.1. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.

integer As uint32 As uint32
lockout_period
Optional
Constraints: default: 900

Account lockout duration in seconds. Defaults to 900 seconds. Allowed values are 600-1800. Field introduced in 32.1.1. Unit is SEC. Allowed with any value in Enterprise, Enterprise with Cloud Services edition.