Show / Hide Table of Contents

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.

Inheritance
object
ConfigurationVariables
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX