Edit

Share via


deviceConfigurationGroupAssignment resource type

Namespace: microsoft.graph

Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using 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
}