REST Resource: customers.dpcs
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Resource: Dpc
DPC EMM (pengontrol kebijakan perangkat). Pendaftaran zero-touch menginstal DPC (tercantum di Configuration
) di perangkat untuk mempertahankan kebijakan seluler pelanggan. Semua DPC yang dicantumkan oleh API mendukung pendaftaran zero-touch dan tersedia di Google Play.
Representasi JSON |
{
"name": string,
"packageName": string,
"dpcName": string
} |
Kolom |
name |
string
Hanya output. Nama resource API dalam format customers/[CUSTOMER_ID]/dpcs/[DPC_ID] . Ditetapkan oleh server. Untuk mempertahankan referensi ke DPC di seluruh akun pelanggan, pertahankan dan cocokkan komponen jalur terakhir (DPC_ID ).
|
packageName |
string
Hanya output. ID aplikasi Android DPC yang terlihat seperti nama paket Java. Pendaftaran zero-touch menginstal aplikasi DPC ke perangkat menggunakan ID ini.
|
dpcName |
string
Hanya output. Judul aplikasi DPC di Google Play. Misalnya, Google Apps Device Policy. Berguna pada antarmuka pengguna aplikasi.
|
Metode |
|
Mencantumkan DPC (pengontrol kebijakan perangkat) yang mendukung pendaftaran zero-touch. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-25 UTC.
[null,null,["Terakhir diperbarui pada 2025-07-25 UTC."],[[["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"]]