OBJECT
InactiveLockoutConfig
Description
Specifies information about inactive lockout configuration.
link GraphQL Schema definition
- type InactiveLockoutConfig {
- # Specifies the number of inactive days after which a user will be locked.
- Int! :
- # Specifies whether the inactive lockout feature is enabled.
- Boolean! :
- # Specifies whether locked users can unlock themselves using a password reset.
- Boolean! :
- # Specifies whether warning emails are sent to user accounts pending lockout due
- # to inactivity.
- Boolean! :
- # Specifies the number of days before lockout to send warning emails.
- Int! :
- }