catalogContent 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 that can be deployed from the catalog.

The catalog keeps an inventory of available updates identified by a microsoft.graph.windowsUpdates.catalogEntry. The entry, in addition to an id, might contain other properties to describe the content. Different categories of content have different entry types and properties, such as feature, quality, and driver.

The typical workflow is to list entries of the catalog filtered by specific search criteria until the desired updates to be deployed are identified. Relevant entries can then be wrapped by the catalogContent resource type and passed as deployableContent input to either a deployment or contentApproval to initiate offering the content to a deploymentAudience.

Inherits from deployableContent.

Properties

None.

Relationships

Relationship Type Description
catalogEntry microsoft.graph.windowsUpdates.catalogEntry Metadata for a piece of content that you can approve for deployment.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.catalogContent"
}