Activation ID of the maintenance line item. If you specify the activation ID, then it must be unique across all entitlements and maintenance line items. If you specify the activation ID here, then the autoGenerate flag must be set to false
List of custom attributes related to the maintenance line item
Whether the maintenance Line item should be auto-deployed
Whether the activation ID should be auto-generated
End date of the maintenance line item in YYYY-MM-DD format
List of products entitled by this maintenance line item
Whether this maintenance line item is permanent. A permanent maintenance line item has no expiration date.
Start date of the maintenance line item in YYYY-MM-DD format
{ "activationId": "Example String", "attributes": [ { "__typename": "AttributeInput" } ], "autoDeploy": true, "autoGenerate": true, "expiryDate": "Example String", "maintenanceProduct": { "__typename": "MaintenanceProductInput" }, "permanent": true, "startDate": "Example String" }
{ "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" }