Edit

Share via


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

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
}