OBJECT
UserInduction
An induction linked to a user.
link GraphQL Schema definition
- type UserInduction {
- # The unique ID.
- Int! :
- # The user associated to the user induction
- User :
- # The induction associated to the user induction
- Induction :
- # The time the user induction was created.
- DateTime! :
- # The date the user induction will expiry
- DateTimeExpression :
- # The attachment url.
- String :
- # The status of the induction.
- ExpiryStatuses! :
- # The date the user induction was issued
- DateTimeExpression :
- # True if this user induction is active and visible in the UI, false otherwise.
- Boolean! :
- # True if this user induction is disabled. Disabled inductions don't contribute to
- # compliance checks or alerts
- Boolean! :
- }