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 Unique Identifier

Relationships

Relationship Type Description
configurationPolicies deviceManagementConfigurationPolicy collection List of all Configuration policies
compliancePolicies deviceManagementCompliancePolicy collection List of all compliance policies
configurationSettings deviceManagementConfigurationSettingDefinition collection List of all ConfigurationSettings
complianceSettings deviceManagementConfigurationSettingDefinition collection List of all ComplianceSettings
reusableSettings deviceManagementConfigurationSettingDefinition collection List of all reusable settings
configurationCategories deviceManagementConfigurationCategory collection List of all Configuration Categories
configurationPolicyTemplates deviceManagementConfigurationPolicyTemplate collection List of all templates
templateSettings deviceManagementConfigurationSettingTemplate collection List of all TemplateSettings
complianceCategories deviceManagementConfigurationCategory collection List of all compliance categories
reusablePolicySettings deviceManagementReusablePolicySetting collection List of all reusable settings that can be referred in a policy
templateInsights deviceManagementTemplateInsightsDefinition collection List of setting insights in a template

JSON Representation

Here is a JSON representation of the resource.

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