Show / Hide Table of Contents

Class ManagedConfiguration

Deprecated: New integrations cannot use this method and can refer to our new recommendations

Inheritance
object
ManagedConfiguration
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 ManagedConfiguration : IDirectResponseSchema

Properties

ConfigurationVariables

Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.

Declaration
[JsonProperty("configurationVariables")]
public virtual ConfigurationVariables ConfigurationVariables { get; set; }
Property Value
Type Description
ConfigurationVariables

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Kind

Deprecated.

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

ManagedProperty

The set of managed properties for this configuration.

Declaration
[JsonProperty("managedProperty")]
public virtual IList<ManagedProperty> ManagedProperty { get; set; }
Property Value
Type Description
IList<ManagedProperty>

ProductId

The ID of the product that the managed configuration is for, e.g. "app:com.google.android.gm".

Declaration
[JsonProperty("productId")]
public virtual string ProductId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX