deviceManagement 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.

Singleton entity that acts as a Container for all device management functionality

Methods

Method Return Type Description
Get deviceManagement deviceManagement Read properties and relationships of the deviceManagement object.
Update deviceManagement deviceManagement Update the properties of a deviceManagement object.

Properties

Property Type Description
id String Key of the entity

Relationships

Relationship Type Description
intents deviceManagementIntent collection The device management intents
settingDefinitions deviceManagementSettingDefinition collection The device management intent setting definitions
templates deviceManagementTemplate collection The available templates
categories deviceManagementSettingCategory collection The available categories

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagement",
  "id": "String (identifier)"
}