exclusionGroupAssignmentTarget resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Represents a group that should be excluded from an assignment.

Inherits from groupAssignmentTarget

Properties

Property Type Description
groupId String The group Id that is the target of the assignment. Inherited from groupAssignmentTarget

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.exclusionGroupAssignmentTarget",
  "groupId": "String"
}