Class AutoInstallPolicy
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class AutoInstallPolicy : IDirectResponseSchema
Properties
AutoInstallConstraint
The constraints for auto-installing the app. You can specify a maximum of one constraint.
Declaration
[JsonProperty("autoInstallConstraint")]
public virtual IList<AutoInstallConstraint> AutoInstallConstraint { get; set; }
Property Value
Type | Description |
---|---|
IList<AutoInstallConstraint> |
AutoInstallMode
The auto-install mode. If unset, defaults to "doNotAutoInstall". An app is automatically installed regardless of a set maintenance window.
Declaration
[JsonProperty("autoInstallMode")]
public virtual string AutoInstallMode { get; set; }
Property Value
Type | Description |
---|---|
string |
AutoInstallPriority
The priority of the install, as an unsigned integer. A lower number means higher priority.
Declaration
[JsonProperty("autoInstallPriority")]
public virtual int? AutoInstallPriority { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MinimumVersionCode
The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update. You can set a minimum version code for at most 20 apps per device.
Declaration
[JsonProperty("minimumVersionCode")]
public virtual int? MinimumVersionCode { get; set; }
Property Value
Type | Description |
---|---|
int? |