groupAssignmentTarget resource type

Namespace: microsoft.graph

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

Represents an assignment to a group.

Inherits from deviceAndAppManagementAssignmentTarget

Properties

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

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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