GoogleApi.OSConfig.V1.Model.OSPolicyResourcePackageResourceMSI (google_api_os_config v0.16.0) View Source
An 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.OSConfig.V1.Model.OSPolicyResourcePackageResourceMSI{
properties: [String.t()] | nil,
source: GoogleApi.OSConfig.V1.Model.OSPolicyResourceFile.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.