OBJECT

LicenseDetails

link GraphQL Schema definition

  • type LicenseDetails {
  • # 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
  • # The asset count limit for this license (-1 for unlimited assets)
  • assetCountThreshold: Int!
  • # The current asset count
  • currentAssetCount: Int!
  • }