deviceConfigurationGroupAssignment 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 configuration group assignment.
Methods
Method | Return Type | Description |
---|---|---|
List deviceConfigurationGroupAssignments | deviceConfigurationGroupAssignment collection | List properties and relationships of the deviceConfigurationGroupAssignment objects. |
Get deviceConfigurationGroupAssignment | deviceConfigurationGroupAssignment | Read properties and relationships of the deviceConfigurationGroupAssignment object. |
Create deviceConfigurationGroupAssignment | deviceConfigurationGroupAssignment | Create a new deviceConfigurationGroupAssignment object. |
Delete deviceConfigurationGroupAssignment | None | Deletes a deviceConfigurationGroupAssignment. |
Update deviceConfigurationGroupAssignment | deviceConfigurationGroupAssignment | Update the properties of a deviceConfigurationGroupAssignment object. |
Properties
Property | Type | Description |
---|---|---|
id | String | Key of the entity. |
targetGroupId | String | The Id of the AAD group we are targeting the device configuration to. |
excludeGroup | Boolean | Indicates if this group is should be excluded. Defaults that the group should be included |
Relationships
Relationship | Type | Description |
---|---|---|
deviceConfiguration | deviceConfiguration | The navigation link to the Device Configuration being targeted. |
JSON Representation
Here is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.deviceConfigurationGroupAssignment",
"id": "String (identifier)",
"targetGroupId": "String",
"excludeGroup": true
}