Class ManagedconfigurationsfordeviceResource
The "managedconfigurationsfordevice" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class ManagedconfigurationsfordeviceResource
Constructors
ManagedconfigurationsfordeviceResource(IClientService)
Constructs a new resource.
Declaration
public ManagedconfigurationsfordeviceResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Delete(string, string, string, string)
Removes a per-device managed configuration for an app for the specified device.
Declaration
public virtual ManagedconfigurationsfordeviceResource.DeleteRequest Delete(string enterpriseId, string userId, string deviceId, string managedConfigurationForDeviceId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
string | userId | The ID of the user. |
string | deviceId | The Android ID of the device. |
string | managedConfigurationForDeviceId | The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm". |
Returns
Type | Description |
---|---|
ManagedconfigurationsfordeviceResource.DeleteRequest |
Get(string, string, string, string)
Retrieves details of a per-device managed configuration.
Declaration
public virtual ManagedconfigurationsfordeviceResource.GetRequest Get(string enterpriseId, string userId, string deviceId, string managedConfigurationForDeviceId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
string | userId | The ID of the user. |
string | deviceId | The Android ID of the device. |
string | managedConfigurationForDeviceId | The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm". |
Returns
Type | Description |
---|---|
ManagedconfigurationsfordeviceResource.GetRequest |
List(string, string, string)
Lists all the per-device managed configurations for the specified device. Only the ID is set.
Declaration
public virtual ManagedconfigurationsfordeviceResource.ListRequest List(string enterpriseId, string userId, string deviceId)
Parameters
Type | Name | Description |
---|---|---|
string | enterpriseId | The ID of the enterprise. |
string | userId | The ID of the user. |
string | deviceId | The Android ID of the device. |
Returns
Type | Description |
---|---|
ManagedconfigurationsfordeviceResource.ListRequest |
Update(ManagedConfiguration, string, string, string, string)
Adds or updates a per-device managed configuration for an app for the specified device.
Declaration
public virtual ManagedconfigurationsfordeviceResource.UpdateRequest Update(ManagedConfiguration body, string enterpriseId, string userId, string deviceId, string managedConfigurationForDeviceId)
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 | deviceId | The Android ID of the device. |
string | managedConfigurationForDeviceId | The ID of the managed configuration (a product ID), e.g. "app:com.google.android.gm". |
Returns
Type | Description |
---|---|
ManagedconfigurationsfordeviceResource.UpdateRequest |