AI-generated Key Takeaways
-
DPCs (Device Policy Controllers) are installed on devices via zero-touch enrollment to enforce mobile policies.
-
The API lists DPCs that support zero-touch enrollment and are available in Google Play.
-
Each DPC's JSON representation includes its
name,packageName(Android application ID), anddpcName(title in Google Play). -
The
namefield provides a unique identifier for a DPC, withDPC_IDbeing the unique key. -
The
listmethod can be used to get a list of all DPCs that support zero-touch enrollment.
Resource: Dpc
An EMM's DPC ( device policy controller
). Zero-touch enrollment installs a DPC (listed in the Configuration
) on a device to maintain the customer's mobile policies. All the DPCs listed by the API support zero-touch enrollment and are available in Google Play.
| JSON representation | |
|---|---|
{ "name" : string , "packageName" : string , "dpcName" : string } |
|
| Fields | |
|---|---|
name
|
Output only. The API resource name in the format |
packageName
|
Output only. The DPC's Android application ID that looks like a Java package name. Zero-touch enrollment installs the DPC app onto a device using this identifier. |
dpcName
|
Output only. The title of the DPC app in Google Play. For example, Google Apps Device Policy . Useful in an application's user interface. |
Methods |
|
|---|---|
|
Lists the DPCs (device policy controllers) that support zero-touch enrollment. |

