LicenseDetails

LicenseDetails
License Details

License details

AllOf
This class requires all of the following:
JSON Example
{
    "license_id": "string",
    "license_type": "string",
    "sku_code": "string",
    "support_product_id": "string",
    "product_display_name": "string",
    "product_family": "string",
    "product_type": "string",
    "quantity": 0,
    "unit_of_measure": "string",
    "status": "string",
    "expiration_date": 0,
    "grace_period": "string",
    "inactive_grace_period": "string",
    "inactive_grace_period_enabled": false,
    "inactive_grace_period_expiration_date": 0,
    "expiration_pre_warning": "string",
    "license_warnings": [
        {
            "warning_date": 0,
            "warning_reason": "string",
            "pre_warning_period": "string"
        }
    ],
    "subscriptions": [
        {
            "serial_number": "string",
            "allocation_quantity": 0,
            "start_date": 0,
            "end_date": 0
        }
    ],
    "license_token": "string",
    "raw_license_json": {}
}