catalog 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.

Entity representing the catalog of content that you can approve for deployment.

Methods

Method Return type Description
List entries microsoft.graph.windowsUpdates.catalogEntry collection Get the catalogEntry resources from the entries navigation property. Returns catalogEntry resources of the following derived types: featureUpdateCatalogEntry, qualityUpdateCatalogEntry.

Properties

Property Type Description
id String An identifier for the catalog. Read-only.

Relationships

Relationship Type Description
entries microsoft.graph.windowsUpdates.catalogEntry collection Lists the content that you can approve for deployment. Read-only.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.catalog",
  "id": "String (identifier)"
}