OBJECT
LicenseDetails
link GraphQL Schema definition
- type LicenseDetails {
 - #   The activation code
 - : String! 
 - #   The type of the license
 - : LicenseType! 
 - #   The time the subscription / maintenance expires
 - : Time! 
 - #   The time the license was activated, last updated, or renewed
 - : Time! 
 - #   The unique ID of the machine
 - : String! 
 - #   The customer ID
 - : Int! 
 - #   Eval
 - : Int 
 - #   SKU value
 - : String 
 - #   The asset count limit for this license (-1 for unlimited assets)
 - : Int! 
 - #   The current asset count
 - : Int! 
 - }