ईएमएम का DPC (डिवाइस नीति कंट्रोलर). पहले से तैयार डिवाइस, ग्राहक की मोबाइल नीतियों को बनाए रखने के लिए, डिवाइस पर DPC इंस्टॉल करता है. DPC की सूची, Configuration की सूची में मौजूद होती है. एपीआई की ओर से सूची में दिए गए सभी DPC, ज़ीरो-टच रजिस्ट्रेशन की सुविधा का इस्तेमाल करते हैं और Google Play पर उपलब्ध हैं.
सिर्फ़ आउटपुट के लिए. customers/[CUSTOMER_ID]/dpcs/[DPC_ID] फ़ॉर्मैट में एपीआई संसाधन का नाम. सर्वर की ओर से असाइन किया गया. सभी ग्राहक खातों में DPC का रेफ़रंस बनाए रखने के लिए, पाथ के पिछले कॉम्पोनेंट (DPC_ID) को बनाए रखें और मैच करें.
packageName
string
सिर्फ़ आउटपुट के लिए. यह DPC का Android ऐप्लिकेशन आईडी होता है, जो Java पैकेज के नाम की तरह दिखता है. ज़ीरो-टच रजिस्ट्रेशन की सुविधा, इस आइडेंटिफ़ायर का इस्तेमाल करके डिवाइस पर DPC ऐप्लिकेशन इंस्टॉल करती है.
dpcName
string
सिर्फ़ आउटपुट के लिए. Google Play में DPC ऐप्लिकेशन का टाइटल. उदाहरण के लिए, Google Apps Device Policy. किसी ऐप्लिकेशन के यूज़र इंटरफ़ेस में उपयोगी.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 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"]]