OBJECT
UpdateLockoutConfigReply
Description
Specifies information about lockout configuration.
link GraphQL Schema definition
- type UpdateLockoutConfigReply {
- # 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! :
- }