Show / Hide Table of Contents

Class ManagedConfigurationsSettings

A managed configurations settings resource contains the set of managed properties that have been configured for an Android app to be applied to a set of users. The app's developer would have defined configurable properties in the managed configurations schema.

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

Properties

ETag

The ETag of the item.

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

LastUpdatedTimestampMillis

The last updated time of the managed configuration settings in milliseconds since 1970-01-01T00:00:00Z.

Declaration
[JsonProperty("lastUpdatedTimestampMillis")]
public virtual long? LastUpdatedTimestampMillis { get; set; }
Property Value
Type Description
long?

McmId

The ID of the managed configurations settings.

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

Name

The name of the managed configurations settings.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX