Show / Hide Table of Contents

Class ManagedconfigurationsforuserResource

The "managedconfigurationsforuser" collection of methods.

Inheritance
object
ManagedconfigurationsforuserResource
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
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ManagedconfigurationsforuserResource

Constructors

ManagedconfigurationsforuserResource(IClientService)

Constructs a new resource.

Declaration
public ManagedconfigurationsforuserResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Delete(string, string, string)

Removes a per-user managed configuration for an app for the specified user.

Declaration
public virtual ManagedconfigurationsforuserResource.DeleteRequest Delete(string enterpriseId, string userId, string managedConfigurationForUserId)
Parameters
Type Name Description
string enterpriseId

The ID of the enterprise.

string userId

The ID of the user.

string managedConfigurationForUserId

The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".

Returns
Type Description
ManagedconfigurationsforuserResource.DeleteRequest

Get(string, string, string)

Retrieves details of a per-user managed configuration for an app for the specified user.

Declaration
public virtual ManagedconfigurationsforuserResource.GetRequest Get(string enterpriseId, string userId, string managedConfigurationForUserId)
Parameters
Type Name Description
string enterpriseId

The ID of the enterprise.

string userId

The ID of the user.

string managedConfigurationForUserId

The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".

Returns
Type Description
ManagedconfigurationsforuserResource.GetRequest

List(string, string)

Lists all the per-user managed configurations for the specified user. Only the ID is set.

Declaration
public virtual ManagedconfigurationsforuserResource.ListRequest List(string enterpriseId, string userId)
Parameters
Type Name Description
string enterpriseId

The ID of the enterprise.

string userId

The ID of the user.

Returns
Type Description
ManagedconfigurationsforuserResource.ListRequest

Update(ManagedConfiguration, string, string, string)

Adds or updates the managed configuration settings for an app for the specified user. If you support the Managed configurations iframe, you can apply managed configurations to a user by specifying an mcmId and its associated configuration variables (if any) in the request. Alternatively, all EMMs can apply managed configurations by passing a list of managed properties.

Declaration
public virtual ManagedconfigurationsforuserResource.UpdateRequest Update(ManagedConfiguration body, string enterpriseId, string userId, string managedConfigurationForUserId)
Parameters
Type Name Description
ManagedConfiguration body

The body of the request.

string enterpriseId

The ID of the enterprise.

string userId

The ID of the user.

string managedConfigurationForUserId

The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm".

Returns
Type Description
ManagedconfigurationsforuserResource.UpdateRequest
In This Article
Back to top Generated by DocFX