Edit

Share via


includedGroupAssignment resource type

Namespace: microsoft.graph.windowsUpdates

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents an entity that governs the update deployment audience with included groups. Groups are logical containers of devices represented by Microsoft Entra groups.

Inherits from groupAssignment.

Properties

Property Type Description
assignments microsoft.graph.windowsUpdates.assignedGroup collection A collection of entities that govern the update deployment audience, defined as a Microsoft Entra group.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.includedGroupAssignment",
  "assignments": [{"@odata.type": "microsoft.graph.windowsUpdates.assignedGroup"}]
}