OBJECT

EmLicenseDetails

link GraphQL Schema definition

  • type EmLicenseDetails {
  • # The activation code
  • activationCode: String!
  • # The type of the license
  • licenseType: LicenseType!
  • # The time the subscription / maintenance expires
  • expirationDate: Time!
  • # The time the license was activated, last updated, or renewed
  • lastUpdated: Time!
  • # The unique ID of the machine
  • uniqueId: String!
  • # The customer ID
  • customerId: Int!
  • # Eval
  • eval: Int
  • # SKU value
  • sku: String
  • }