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

InventoryWindowsApplication

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

Contains information about a Windows application that is retrieved from the Windows Registry. For more information about these fields, see: https://docs.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key

interface InventoryWindowsApplication {
displayName?: string;
displayVersion?: string;
helpLink?: string;
installDate?: Date;
publisher?: string;
}

§Properties

§
displayName?: string
[src]

The name of the application or product.

§
displayVersion?: string
[src]

The version of the product or application in string format.

§
installDate?: Date
[src]

The last time this product received service. The value of this property is replaced each time a patch is applied or removed from the product or the command-line option is used to repair the product.

§
publisher?: string
[src]

The name of the manufacturer for the product or application.