OBJECT
AuthenticationEvent
An authentication event
link GraphQL Schema definition
- type AuthenticationEvent {
- : DateTime!
- # Device related with the authentication event
- : Device!
- : UUID @deprecated( reason: "Use device field instead" )
- : AuthenticationEventType!
- : UUID!
- # JobCode related with the authentication event
- : JobCode!
- : UUID!
- # User related with the authentication event
- : User!
- : UUID!
- }