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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-20 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2024-08-20 (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"]]