REST Resource: customers.dpcs
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
संसाधन: Dpc
ईएमएम का DPC (डिवाइस नीति कंट्रोलर). पहले से तैयार डिवाइस, ग्राहक की मोबाइल नीतियों को बनाए रखने के लिए, डिवाइस पर DPC इंस्टॉल करता है. DPC की सूची, Configuration
की सूची में मौजूद होती है. एपीआई की ओर से सूची में दिए गए सभी DPC, ज़ीरो-टच रजिस्ट्रेशन की सुविधा का इस्तेमाल करते हैं और Google Play पर उपलब्ध हैं.
JSON के काेड में दिखाना |
{
"name": string,
"packageName": string,
"dpcName": string
} |
फ़ील्ड |
name |
string
सिर्फ़ आउटपुट के लिए. customers/[CUSTOMER_ID]/dpcs/[DPC_ID] फ़ॉर्मैट में एपीआई संसाधन का नाम. सर्वर की ओर से असाइन किया गया. सभी ग्राहक खातों में DPC का रेफ़रंस बनाए रखने के लिए, पाथ के पिछले कॉम्पोनेंट (DPC_ID ) को बनाए रखें और मैच करें.
|
packageName |
string
सिर्फ़ आउटपुट के लिए. यह DPC का Android ऐप्लिकेशन आईडी होता है, जो Java पैकेज के नाम की तरह दिखता है. ज़ीरो-टच रजिस्ट्रेशन की सुविधा, इस आइडेंटिफ़ायर का इस्तेमाल करके डिवाइस पर DPC ऐप्लिकेशन इंस्टॉल करती है.
|
dpcName |
string
सिर्फ़ आउटपुट के लिए. Google Play में DPC ऐप्लिकेशन का टाइटल. उदाहरण के लिए, Google Apps Device Policy. किसी ऐप्लिकेशन के यूज़र इंटरफ़ेस में उपयोगी.
|
तरीके |
|
ज़ीरो-टच रजिस्ट्रेशन की सुविधा वाले डीपीसी (डिवाइस नीति कंट्रोलर) की सूची बनाता है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eDPCs (Device Policy Controllers) are installed on devices via zero-touch enrollment to enforce mobile policies.\u003c/p\u003e\n"],["\u003cp\u003eThe API lists DPCs that support zero-touch enrollment and are available in Google Play.\u003c/p\u003e\n"],["\u003cp\u003eEach DPC's JSON representation includes its \u003ccode\u003ename\u003c/code\u003e, \u003ccode\u003epackageName\u003c/code\u003e (Android application ID), and \u003ccode\u003edpcName\u003c/code\u003e (title in Google Play).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ename\u003c/code\u003e field provides a unique identifier for a DPC, with \u003ccode\u003eDPC_ID\u003c/code\u003e being the unique key.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elist\u003c/code\u003e method can be used to get a list of all DPCs that support zero-touch enrollment.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: customers.dpcs\n\n- [Resource: Dpc](#Dpc)\n - [JSON representation](#Dpc.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Dpc\n-------------\n\nAn EMM's DPC ([device policy controller](http://developer.android.com/work/dpc/build-dpc.html)). 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.\n\n| JSON representation ||\n|----------------------------------------------------------------------|---|\n| ``` { \"name\": string, \"packageName\": string, \"dpcName\": string } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. The API resource name in the format `customers/[CUSTOMER_ID]/dpcs/[DPC_ID]`. Assigned by the server. To maintain a reference to a DPC across customer accounts, persist and match the last path component (`DPC_ID`). |\n| `packageName` | `string` 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. |\n| `dpcName` | `string` Output only. The title of the DPC app in Google Play. For example, *Google Apps Device Policy*. Useful in an application's user interface. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| ### [list](/zero-touch/reference/customer/rest/v1/customers.dpcs/list) | Lists the DPCs (device policy controllers) that support zero-touch enrollment. |"]]