deviceManagementConfigurationCategory resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Device Management Configuration Policy

Methods

Method Return Type Description
List deviceManagementConfigurationCategories deviceManagementConfigurationCategory collection List properties and relationships of the deviceManagementConfigurationCategory objects.
Get deviceManagementConfigurationCategory deviceManagementConfigurationCategory Read properties and relationships of the deviceManagementConfigurationCategory object.
Create deviceManagementConfigurationCategory deviceManagementConfigurationCategory Create a new deviceManagementConfigurationCategory object.
Delete deviceManagementConfigurationCategory None Deletes a deviceManagementConfigurationCategory.
Update deviceManagementConfigurationCategory deviceManagementConfigurationCategory Update the properties of a deviceManagementConfigurationCategory object.

Properties

Property Type Description
id String Identifier for item
description String Description of the item
categoryDescription String Description of the category header
helpText String Help text of the item
name String Name of the item
displayName String Display name of the item
platforms deviceManagementConfigurationPlatforms Platforms types, which settings in the category have. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue.
technologies deviceManagementConfigurationTechnologies Technologies types, which settings in the category have. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, linuxMdm, enrollment, endpointPrivilegeManagement, unknownFutureValue.
settingUsage deviceManagementConfigurationSettingUsage Indicates that the category contains settings that are used for Compliance or Configuration. Possible values are: none, configuration, compliance.
parentCategoryId String Parent id of the category.
rootCategoryId String Root id of the category.
childCategoryIds String collection List of child ids of the category.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementConfigurationCategory",
  "id": "String (identifier)",
  "description": "String",
  "categoryDescription": "String",
  "helpText": "String",
  "name": "String",
  "displayName": "String",
  "platforms": "String",
  "technologies": "String",
  "settingUsage": "String",
  "parentCategoryId": "String",
  "rootCategoryId": "String",
  "childCategoryIds": [
    "String"
  ]
}