resourcecategories_CSP.json File

The resourcecategories_CSP.json file contains definitions of Office 365 resource categories. A resource category is represented as a key/value pair: the key is the internal identifier of the resource category; the value is the definition of the resource category.

The definition of a resource category is a JSON object with the following properties:

  • name – The name of the resource category.
  • Description – The description of the resource category.
  • TaxCategoryID – The tax category of the resource category.
  • DisplayOrder – It defines the Sort Number property of the resource category.

For instance, the Additional Licenses resource category is defined in the following way:

"XL": {

        "name": "Additional Licenses",

        "Description": "By default, the subscription contains just a single license of selected type. You can order additional licenses here.",

        "TaxCategoryID": "Default",

        "DisplayOrder": 10

}

The Additional Licenses resource category is created on the basis of the definition.