Windows Update represents the metadata about the update for the Windows operating system. The fields in this message come from the Windows Update API documented at https://docs.microsoft.com/en-us/windows/win32/api/wuapi/nn-wuapi-iupdate.
JSON representation |
---|
{ "identity": { object ( |
Fields | |
---|---|
identity |
Required - The unique identifier for the update. |
title |
The localized title of the update. |
description |
The localized description of the update. |
categories[] |
The list of categories to which the update belongs. |
kbArticleIds[] |
The Microsoft Knowledge Base article IDs that are associated with the update. |
supportUrl |
The hyperlink to the support information for the update. |
lastPublishedTimestamp |
The last published timestamp of the update. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
Identity
The unique identifier of the update.
JSON representation |
---|
{ "updateId": string, "revision": integer } |
Fields | |
---|---|
updateId |
The revision independent identifier of the update. |
revision |
The revision number of the update. |
Category
The category to which the update belongs.
JSON representation |
---|
{ "categoryId": string, "name": string } |
Fields | |
---|---|
categoryId |
The identifier of the category. |
name |
The localized name of the category. |