REST Resource: customers.dpcs
- 资源:Dpc
<ph type="x-smartling-placeholder">
- 方法
资源:Dpc
EMM 的 DPC(设备政策控制器)。零触摸注册会在设备上安装 DPC(列在 Configuration
中),以维护客户的移动政策。该 API 列出的所有 DPC 都支持零触摸注册,并且可在 Google Play 上找到。
JSON 表示法 |
{
"name": string,
"packageName": string,
"dpcName": string
} |
字段 |
name |
string
仅限输出。API 资源名称,格式为 customers/[CUSTOMER_ID]/dpcs/[DPC_ID] 。由服务器分配。如需在多个客户账号之间保持对 DPC 的引用,请保留并匹配最后一个路径组件 (DPC_ID )。
|
packageName |
string
仅限输出。DPC 的 Android 应用 ID,类似于 Java 软件包名称。零触摸注册会将 DPC 应用安装到使用此标识符的设备上。
|
dpcName |
string
仅限输出。Google Play 中 DPC 应用的名称。例如,Google Apps Device Policy。在应用界面中很有用。
|
方法 |
|
列出支持零触摸注册的 DPC(设备政策控制器)。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-20。
[null,null,["最后更新时间 (UTC):2024-08-20。"],[[["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), and `dpcName` (title in Google Play)."],["The `name` field provides a unique identifier for a DPC, with `DPC_ID` being the unique key."],["The `list` method can be used to get a list of all DPCs that support zero-touch enrollment."]]],["The Device Policy Controller (DPC) resource manages mobile policies on devices via zero-touch enrollment. Key information includes: `name` (API resource identifier), `packageName` (Android app ID), and `dpcName` (title in Google Play). The API's core action is listing available DPCs that support zero-touch enrollment, using the `list` method. The provided JSON structure outlines how a DPC is represented, defining its attributes. This API supports identifying DPC apps for use in user interfaces.\n"]]