Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)"
}