DPC của EMM (đơn vị kiểm soát chính sách thiết bị). Quy trình thiết lập tự động sẽ cài đặt một DPC (được liệt kê trong Configuration) trên thiết bị để duy trì các chính sách di động của khách hàng. Tất cả DPC mà API liệt kê đều hỗ trợ quy trình thiết lập tự động và có mặt trên Google Play.
Chỉ có đầu ra. Tên tài nguyên API ở định dạng customers/[CUSTOMER_ID]/dpcs/[DPC_ID]. Do máy chủ chỉ định. Để duy trì tham chiếu đến DPC trên các tài khoản khách hàng, hãy duy trì và so khớp thành phần đường dẫn cuối cùng (DPC_ID).
packageName
string
Chỉ có đầu ra. ID ứng dụng Android của DPC giống như tên gói Java. Quy trình thiết lập tự động sẽ cài đặt ứng dụng DPC trên một thiết bị bằng giá trị nhận dạng này.
dpcName
string
Chỉ có đầu ra. Tiêu đề của ứng dụng DPC trong Google Play. Ví dụ: Google Apps Device Policy. Hữu ích trong giao diện người dùng của ứng dụng.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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"]]