Class OSPolicyResourcePackageResourceMSI
An MSI package. MSI packages only support INSTALLED state.
Implements
Inherited Members
Namespace: Google.Apis.OSConfig.v2beta.Data
Assembly: Google.Apis.OSConfig.v2beta.dll
Syntax
public class OSPolicyResourcePackageResourceMSI : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Properties
Additional properties to use during installation. This should be in the format of Property=Setting. Appended
to the defaults of ACTION=INSTALL REBOOT=ReallySuppress
.
Declaration
[JsonProperty("properties")]
public virtual IList<string> Properties { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Source
Required. The MSI package.
Declaration
[JsonProperty("source")]
public virtual OSPolicyResourceFile Source { get; set; }
Property Value
Type | Description |
---|---|
OSPolicyResourceFile |