OBJECT
LockoutState
Description
User account lockout details.
link GraphQL Schema definition
- type LockoutState {
- # Specifies whether the account is locked.
- : Boolean!
- # Mechanism for locking the user account.
- : LockMethod!
- # The time at which the account was previously locked.
- : DateTime
- # Method for unlocking the locked account. Possible values are: self-service,
- # administrative-unlocking, support-unlocking.
- : UnlockMethod!
- # The time at which the account was previously unlocked.
- : DateTime
- }