windowsQualityUpdateCatalogItem resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Windows update catalog item entity

Inherits from windowsUpdateCatalogItem

Methods

Method Return Type Description
List windowsQualityUpdateCatalogItems windowsQualityUpdateCatalogItem collection List properties and relationships of the windowsQualityUpdateCatalogItem objects.
Get windowsQualityUpdateCatalogItem windowsQualityUpdateCatalogItem Read properties and relationships of the windowsQualityUpdateCatalogItem object.
Create windowsQualityUpdateCatalogItem windowsQualityUpdateCatalogItem Create a new windowsQualityUpdateCatalogItem object.
Delete windowsQualityUpdateCatalogItem None Deletes a windowsQualityUpdateCatalogItem.
Update windowsQualityUpdateCatalogItem windowsQualityUpdateCatalogItem Update the properties of a windowsQualityUpdateCatalogItem object.

Properties

Property Type Description
id String The catalog item id. Inherited from windowsUpdateCatalogItem
displayName String The display name for the catalog item. Inherited from windowsUpdateCatalogItem
releaseDateTime DateTimeOffset The date the catalog item was released Inherited from windowsUpdateCatalogItem
endOfSupportDate DateTimeOffset The last supported date for a catalog item Inherited from windowsUpdateCatalogItem
kbArticleId String Knowledge base article id
classification windowsQualityUpdateClassification Classification of the quality update. Possible values are: all, security, nonSecurity.
isExpeditable Boolean Flag indicating if update qualifies for expedite

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsQualityUpdateCatalogItem",
  "id": "String (identifier)",
  "displayName": "String",
  "releaseDateTime": "String (timestamp)",
  "endOfSupportDate": "String (timestamp)",
  "kbArticleId": "String",
  "classification": "String",
  "isExpeditable": true
}