OBJECT

License

Description

Information about a license.

link GraphQL Schema definition

  • type License {
  • # The product for which this license can be used.
  • product: Product!
  • # The quantity of licenses.
  • quantity: Float!
  • # The start date of the support term.
  • termStartDate: DateTime
  • # The end date of the support term.
  • termEndDate: DateTime
  • }