{ "maintenanceProductName": "Example String", "maintenanceProductVersion": "Example String", "partNumber": "Example String" }
Represents attributes for a given policy
Represents the allowed count for the policy
Represents the duration of the policy term
Represents policy term unit
{ "allowedCount": 40, "policyTermDuration": 40, "policyTermUnit": "Days" }
Represents a Policy
ACPI Generation ID License flag
Cancel License flag
Activation Policy Attributes
Rehost Policy Attributes
Repair Policy Attributes
Return Policy Attributes
Virtual License flag
{ "acpiGenerationIdLicense": true, "cancelLicense": true, "extraActivations": 40, "rehosts": { "__typename": "PolicyAttributeInput" }, "repairs": { "__typename": "PolicyAttributeInput" }, "returns": { "__typename": "PolicyAttributeInput" }, "virtualLicense": true }
Represents a Product
License model associated with the product
Name of the product
Version of the product
{ "licenseModel": { "__typename": "LicenseModelInput" }, "productName": "Example String", "productVersion": "Example String" }
Represents an update to a License Model
Auto Provision flag
Represents the grace period days
Name of the issuer
Represents the max borrow interval
Name of the license model
Represents the notice
Represents the overdraft
Serial Number of the license model
Represents the vendor string
{ "autoProvision": true, "gracePeriodDays": "Example String", "issuer": "Example String", "maxBorrowInterval": 40, "name": "Example String", "notice": "Example String", "overdraft": "Example String", "serialNumber": "Example String", "vendorString": "Example String" }
Represents an update to a Product
License Model Details
Part Number related to Product
Product Name related to the line item
Product Version related to the line item
{ "licenseModel": { "__typename": "UpdateLicenseModelInput" }, "partNumber": "Example String", "productName": "Example String", "productVersion": "Example String" }