Edit

Share via


deviceManagementConfigurationPolicy 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

Properties

Property Type Description
id String Key of the policy document. Automatically generated.
name String Policy name
description String Policy description
platforms deviceManagementConfigurationPlatforms Platforms for this policy. Possible values are: none, android, iOS, macOS, windows10X, windows10, linux, unknownFutureValue, androidEnterprise, aosp.
technologies deviceManagementConfigurationTechnologies Technologies for this policy. Possible values are: none, mdm, windows10XManagement, configManager, appleRemoteManagement, microsoftSense, exchangeOnline, mobileApplicationManagement, linuxMdm, extensibility, enrollment, endpointPrivilegeManagement, unknownFutureValue, windowsOsRecovery, android.
createdDateTime DateTimeOffset Policy creation date and time
lastModifiedDateTime DateTimeOffset Policy last modification date and time
settingCount Int32 Number of settings
creationSource String Policy creation source
roleScopeTagIds String collection List of Scope Tags for this Entity instance.
isAssigned Boolean Policy assignment status. This property is read-only.
templateReference deviceManagementConfigurationPolicyTemplateReference Template reference information
priorityMetaData deviceManagementPriorityMetaData Indicates the priority of each policies that are selected by the admin during enrollment process

Relationships

Relationship Type Description
settings deviceManagementConfigurationSetting collection Policy settings
assignments deviceManagementConfigurationPolicyAssignment collection Policy assignments

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceManagementConfigurationPolicy",
  "id": "String (identifier)",
  "name": "String",
  "description": "String",
  "platforms": "String",
  "technologies": "String",
  "createdDateTime": "String (timestamp)",
  "lastModifiedDateTime": "String (timestamp)",
  "settingCount": 1024,
  "creationSource": "String",
  "roleScopeTagIds": [
    "String"
  ],
  "isAssigned": true,
  "templateReference": {
    "@odata.type": "microsoft.graph.deviceManagementConfigurationPolicyTemplateReference",
    "templateId": "String",
    "templateFamily": "String",
    "templateDisplayName": "String",
    "templateDisplayVersion": "String"
  },
  "priorityMetaData": {
    "@odata.type": "microsoft.graph.deviceManagementPriorityMetaData",
    "priority": 1024
  }
}