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

InventorySoftwarePackage

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

Software package information of the operating system.

interface InventorySoftwarePackage {
googetPackage?: InventoryVersionedPackage;
windowsApplication?: InventoryWindowsApplication;
zypperPackage?: InventoryVersionedPackage;
zypperPatch?: InventoryZypperPatch;
}

§Properties

§

Details of an APT package. For details about the apt package manager, see https://wiki.debian.org/Apt.

§

Details of a COS package.

§

Details of a Googet package. For details about the googet package manager, see https://github.com/google/googet.

§

Details of a Windows Quick Fix engineering package. See https://docs.microsoft.com/en-us/windows/win32/cimwin32prov/win32-quickfixengineering for info in Windows Quick Fix Engineering.

§

Details of Windows Application.

§

Details of a Windows Update package. See https://docs.microsoft.com/en-us/windows/win32/api/_wua/ for information about Windows Update.

§

Details of a Zypper package. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.

§

Details of a Zypper patch. For details about the Zypper package manager, see https://en.opensuse.org/SDB:Zypper_manual.