GoogleApi.OSConfig.V1.Model.OSPolicyResourcePackageResourceMSI (google_api_os_config v0.25.0)
View SourceAn MSI package. MSI packages only support INSTALLED state.
Attributes
-
properties(type:list(String.t), default:nil) - Additional properties to use during installation. This should be in the format of Property=Setting. Appended to the defaults ofACTION=INSTALL REBOOT=ReallySuppress. -
source(type:GoogleApi.OSConfig.V1.Model.OSPolicyResourceFile.t, default:nil) - Required. The MSI package.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.OSConfig.V1.Model.OSPolicyResourcePackageResourceMSI{ properties: [String.t()] | nil, source: GoogleApi.OSConfig.V1.Model.OSPolicyResourceFile.t() | nil }