LicenseList

LicenseList
License List

List of all licenses

AllOf
This class requires all of the following:
JSON Example
{
    "offset": 0,
    "number_of_results": 0,
    "total_result_count": 0,
    "total_pages": 0,
    "sort_ascending": false,
    "sort_by": "string",
    "results": [
        {
            "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": {}
        }
    ]
}
Returned By