OBJECT

AuthenticationEvent

An authentication event

link GraphQL Schema definition

  • type AuthenticationEvent {
  • at: DateTime!
  • # Device related with the authentication event
  • device: Device!
  • deviceId: UUID @deprecated( reason: "Use device field instead" )
  • event: AuthenticationEventType!
  • id: UUID!
  • # JobCode related with the authentication event
  • jobCode: JobCode!
  • organizationUnitId: UUID!
  • # User related with the authentication event
  • user: User!
  • userId: UUID!
  • }