OSPolicyResourcePackageResourceMSIArgs

data class OSPolicyResourcePackageResourceMSIArgs(val properties: Output<List<String>>? = null, val source: Output<OSPolicyResourceFileArgs>) : ConvertibleToJava<OSPolicyResourcePackageResourceMSIArgs>

An MSI package. MSI packages only support INSTALLED state.

Constructors

Link copied to clipboard
fun OSPolicyResourcePackageResourceMSIArgs(properties: Output<List<String>>? = null, source: Output<OSPolicyResourceFileArgs>)

Functions

Link copied to clipboard
open override fun toJava(): OSPolicyResourcePackageResourceMSIArgs

Properties

Link copied to clipboard
val properties: Output<List<String>>? = null

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

Link copied to clipboard

The MSI package.