Edit

Share via


deviceConfigurationGroupAssignment resource type

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change which could break your applications. While Intune /beta APIs are supported by Microsoft, you should use these at your own discretion. In general, /beta APIs are not recommended for use in production applications. To determine whether an API is available in v1.0, use the Version selector

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
}