Class MSI (1.12.1)

MSI(mapping=None, *, ignore_unknown_fields=False, **kwargs)

An MSI package. MSI packages only support INSTALLED state.

Attributes

NameDescription
source google.cloud.osconfig_v1.types.OSPolicy.Resource.File
Required. The MSI package.
properties Sequence[str]
Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults of ``ACTION=INSTALL REBOOT=ReallySuppress``.

Inheritance

builtins.object > proto.message.Message > MSI