Class ConfigurationVariables
A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ConfigurationVariables : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
McmId
The ID of the managed configurations settings.
Declaration
[JsonProperty("mcmId")]
public virtual string McmId { get; set; }
Property Value
Type | Description |
---|---|
string |
VariableSet
The variable set that is attributed to the user.
Declaration
[JsonProperty("variableSet")]
public virtual IList<VariableSet> VariableSet { get; set; }
Property Value
Type | Description |
---|---|
IList<VariableSet> |