Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InventoryWindowsUpdatePackage

import type { InventoryWindowsUpdatePackage } from "https://googleapis.deno.dev/v1/osconfig:v1.ts";

Details related to a Windows Update package. Field data and names are taken from Windows Update API IUpdate Interface: https://docs.microsoft.com/en-us/windows/win32/api/_wua/ Descriptive fields like title, and description are localized based on the locale of the VM being updated.

interface InventoryWindowsUpdatePackage {
description?: string;
kbArticleIds?: string[];
lastDeploymentChangeTime?: Date;
moreInfoUrls?: string[];
revisionNumber?: number;
supportUrl?: string;
title?: string;
updateId?: string;
}

§Properties

§

The categories that are associated with this update package.

§
description?: string
[src]

The localized description of the update package.

§
kbArticleIds?: string[]
[src]

A collection of Microsoft Knowledge Base article IDs that are associated with the update package.

§
lastDeploymentChangeTime?: Date
[src]

The last published date of the update, in (UTC) date and time.

§
moreInfoUrls?: string[]
[src]

A collection of URLs that provide more information about the update package.

§
revisionNumber?: number
[src]

The revision number of this update package.

§
supportUrl?: string
[src]

A hyperlink to the language-specific support information for the update.

§
title?: string
[src]

The localized title of the update package.

§
updateId?: string
[src]

Gets the identifier of an update package. Stays the same across revisions.