Show / Hide Table of Contents

Class OSPolicyResourcePackageResourceMSI

An MSI package. MSI packages only support INSTALLED state.

Inheritance
object
OSPolicyResourcePackageResourceMSI
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.OSConfig.v1.Data
Assembly: Google.Apis.OSConfig.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX