updateLockoutConfig
Used by the administrator to update the account lockout settings for an organization.
Arguments
| Argument | Type | Description |
|---|---|---|
| input (required) | UpdateLockoutConfigInput! | Specifies all fields related to lockout configurations in one object. |
Returns
Sample
{
"data": {
"updateLockoutConfig": {
"accountAutoUnlockDurationInMins": 0,
"isAutoUnlockFeatureEnabled": true,
"isBruteForceLockoutEnabled": true,
"isSelfServiceEnabled": true,
"loginAttemptsLimit": 0,
"selfServiceAttemptsLimit": 0,
"inactiveLockoutConfig": {
"inactivityDaysLimit": 0,
"isInactiveLockoutEnabled": true,
"isSelfServiceUnlockEnabled": true,
"isWarningEmailEnabled": true,
"numDaysBeforeWarningEmail": 0
}
}
}
}