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 | The unique identifier for the category. |
description | String | Description of the category. For example: Display |
categoryDescription | String | Description of the category header in policy summary. |
helpText | String | Help text of the category. Give more details of the category. |
name | String | Name of the item |
displayName | String | Name of the category. For example: Device Lock |
platforms | deviceManagementConfigurationPlatforms | Platforms types, which settings in the category have. Possible values are: none. android, androidEnterprise, iOs, macOs, windows10X, windows10, aosp, and linux. If this property is not set, or set to none, returns categories in all platforms. Supports: $filters, $select. Read-only. Possible values are: none , android , iOS , macOS , windows10X , windows10 , linux , unknownFutureValue , androidEnterprise , aosp . |
technologies | deviceManagementConfigurationTechnologies | Technologies types, which settings in the category have. Possible values are: none, mdm, configManager, intuneManagementExtension, thirdParty, documentGateway, appleRemoteManagement, microsoftSense, exchangeOnline, edgeMam, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement. If this property is not set, or set to none, returns categories in all platforms. Supports: $filters, $select. Read-only. Possible values are: none , mdm , windows10XManagement , configManager , appleRemoteManagement , microsoftSense , exchangeOnline , mobileApplicationManagement , linuxMdm , extensibility , enrollment , endpointPrivilegeManagement , unknownFutureValue , windowsOsRecovery , android . |
settingUsage | deviceManagementConfigurationSettingUsage | Indicates that the category contains settings that are used for compliance, configuration, or reusable settings. Possible values are: configuration, compliance, reusableSetting. Each setting usage has separate API end-point to call. Read-only. Possible values are: none , configuration , compliance , unknownFutureValue , inventory . |
parentCategoryId | String | Direct parent id of the category. If the category is the root, the parent id is same as its id. |
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"
]
}