OBJECT
UserLockoutEvent
Description
User account lockout event details.
link GraphQL Schema definition
- type UserLockoutEvent {
- # The type of lockout event.
- : LockoutEvent!
- # The timestamp of the lockout event.
- : DateTime!
- }
OBJECT
User account lockout event details.
- type UserLockoutEvent {
- # The type of lockout event.
- : LockoutEvent!
- # The timestamp of the lockout event.
- : DateTime!
- }