# MaintenanceLineItemInput **Type:** GraphQL inputs ## Fields - activationId (String): 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 - attributes (AttributeInput): List of custom attributes related to the maintenance line item - name (String): Name of the custom attribute - value (String): The value of the custom attribute. If the value is a date-type, use format yyyy/MM/dd - autoDeploy (Boolean): Whether the maintenance Line item should be auto-deployed - autoGenerate (Boolean): Whether the activation ID should be auto-generated - expiryDate (String): End date of the maintenance line item in YYYY-MM-DD format - maintenanceProduct (MaintenanceProductInput): List of products entitled by this maintenance line item - maintenanceProductName (String): Name of the maintenance product - maintenanceProductVersion (String): Version of the maintenance product - partNumber (String): Part number associated with maintenance product - permanent (Boolean): Whether this maintenance line item is permanent. A permanent maintenance line item has no expiration date. - startDate (String): Start date of the maintenance line item in YYYY-MM-DD format