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! :
- # Method for unlocking the locked account. Possible values are: self-service,
- # administrative-unlocking, support-unlocking.
- UnlockMethod! :
- # The time at which the account was previously locked.
- DateTime :
- # The time at which the account was previously unlocked.
- DateTime :
- }