|
| 1 | +--- |
| 2 | +title: "deviceManagementConfigurationPolicyAssignment resource type" |
| 3 | +description: "The DeviceManagementConfigurationPolicyAssignment entity assigns a specific DeviceManagementConfigurationPolicy to an AAD group." |
| 4 | +author: "jaiprakashmb" |
| 5 | +ms.localizationpriority: medium |
| 6 | +ms.subservice: "intune" |
| 7 | +doc_type: resourcePageType |
| 8 | +--- |
| 9 | + |
| 10 | +# deviceManagementConfigurationPolicyAssignment resource type |
| 11 | + |
| 12 | +Namespace: microsoft.graph |
| 13 | +> **Important:** Microsoft Graph APIs under the /beta version are subject to change; production use is not supported. |
| 14 | +
|
| 15 | +> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant. |
| 16 | +
|
| 17 | + |
| 18 | +The DeviceManagementConfigurationPolicyAssignment entity assigns a specific DeviceManagementConfigurationPolicy to an AAD group. |
| 19 | + |
| 20 | +## Methods |
| 21 | +|Method|Return Type|Description| |
| 22 | +|:---|:---|:---| |
| 23 | +|[List deviceManagementConfigurationPolicyAssignments](../api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-list.md)|[deviceManagementConfigurationPolicyAssignment](../resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md) collection|List properties and relationships of the [deviceManagementConfigurationPolicyAssignment](../resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md) objects.| |
| 24 | +|[Get deviceManagementConfigurationPolicyAssignment](../api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-get.md)|[deviceManagementConfigurationPolicyAssignment](../resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md)|Read properties and relationships of the [deviceManagementConfigurationPolicyAssignment](../resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md) object.| |
| 25 | +|[Create deviceManagementConfigurationPolicyAssignment](../api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-create.md)|[deviceManagementConfigurationPolicyAssignment](../resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md)|Create a new [deviceManagementConfigurationPolicyAssignment](../resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md) object.| |
| 26 | +|[Delete deviceManagementConfigurationPolicyAssignment](../api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-delete.md)|None|Deletes a [deviceManagementConfigurationPolicyAssignment](../resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md).| |
| 27 | +|[Update deviceManagementConfigurationPolicyAssignment](../api/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment-update.md)|[deviceManagementConfigurationPolicyAssignment](../resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md)|Update the properties of a [deviceManagementConfigurationPolicyAssignment](../resources/intune-deviceconfigv2-devicemanagementconfigurationpolicyassignment.md) object.| |
| 28 | + |
| 29 | +## Properties |
| 30 | +|Property|Type|Description| |
| 31 | +|:---|:---|:---| |
| 32 | +|id|String|The key of the assignment.| |
| 33 | +|target|[deviceAndAppManagementAssignmentTarget](../resources/intune-shared-deviceandappmanagementassignmenttarget.md)|The assignment target for the DeviceManagementConfigurationPolicy.| |
| 34 | +|source|[deviceAndAppManagementAssignmentSource](../resources/intune-shared-deviceandappmanagementassignmentsource.md)|The assignment source for the device compliance policy, direct or parcel/policySet. Possible values are: `direct`, `policySets`.| |
| 35 | +|sourceId|String|The identifier of the source of the assignment.| |
| 36 | + |
| 37 | +## Relationships |
| 38 | +None |
| 39 | + |
| 40 | +## JSON Representation |
| 41 | +Here is a JSON representation of the resource. |
| 42 | +<!-- { |
| 43 | + "blockType": "resource", |
| 44 | + "keyProperty": "id", |
| 45 | + "@odata.type": "microsoft.graph.deviceManagementConfigurationPolicyAssignment" |
| 46 | +} |
| 47 | +--> |
| 48 | +``` json |
| 49 | +{ |
| 50 | + "@odata.type": "#microsoft.graph.deviceManagementConfigurationPolicyAssignment", |
| 51 | + "id": "String (identifier)", |
| 52 | + "target": { |
| 53 | + "@odata.type": "microsoft.graph.scopeTagGroupAssignmentTarget", |
| 54 | + "deviceAndAppManagementAssignmentFilterId": "String", |
| 55 | + "deviceAndAppManagementAssignmentFilterType": "String", |
| 56 | + "targetType": "String", |
| 57 | + "entraObjectId": "String" |
| 58 | + }, |
| 59 | + "source": "String", |
| 60 | + "sourceId": "String" |
| 61 | +} |
| 62 | +``` |
0 commit comments