View Source GoogleApi.OSConfig.V1.Model.OSPolicyResourcePackageResourceMSI (google_api_os_config v0.21.1)

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 of ACTION=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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.