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

OSPolicyResourcePackageResourceMSI

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

An MSI package. MSI packages only support INSTALLED state.

interface OSPolicyResourcePackageResourceMSI {
properties?: string[];
}

§Properties

§
properties?: string[]
[src]

Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ACTION=INSTALL REBOOT=ReallySuppress.

§

Required. The MSI package.