OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiArgs

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

Constructors

constructor(properties: Output<List<String>>? = null, source: Output<OsPolicyAssignmentOsPolicyResourceGroupResourcePkgMsiSourceArgs>)

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. Structure is documented below.

Functions

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