INPUT_OBJECT
UpdateLockoutConfigInput
Description
Specifies the input required to update the lockout config by the admin.
link GraphQL Schema definition
- input UpdateLockoutConfigInput {
- # Specifies the number of failed login attempts allowed after which the account is
- # locked.
- Int :
- # Specifies the validity of the current self service token.
- Int :
- # Specifies the number of times self-service is allowed to unlock the account.
- Int :
- # Specifies whether self service is enabled for all users in this organization.
- Boolean :
- # Specifies the time after which the account is unlocked automatically.
- Int :
- # Specifies whether the account lockout feature is enabled on the UI.
- Boolean :
- # Specifies whether the auto unlock feature is enabled on the UI.
- Boolean :
- }