applicableContent 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 content applicable for offering to the related collection of devices.
Properties
Property | Type | Description |
---|---|---|
catalogEntryId | String | ID of the catalog entry for the applicable content. |
Relationships
Relationship | Type | Description |
---|---|---|
catalogEntry | microsoft.graph.windowsUpdates.catalogEntry | Catalog entry for the update or content. |
matchedDevices | microsoft.graph.windowsUpdates.applicableContentDeviceMatch collection | Collection of devices and recommendations for applicable catalog content. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.applicableContent",
"catalogEntryId": "String (identifier)"
}