resourcecategories_CSP.json File
The resourcecategories_CSP.json
file contains definitions of Microsoft 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 this resource category.
- Description: The description of this resource category.
- TaxCategoryID: The tax category of this resource category.
- DisplayOrder: This defines the Sort Number property of this resource category.
For instance, the Additional Licenses resource category is defined in the following way:
Copy
"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 based on this definition.