একটি EMM এর DPC ( ডিভাইস পলিসি কন্ট্রোলার )। জিরো-টাচ এনরোলমেন্ট গ্রাহকের মোবাইল নীতিগুলি বজায় রাখার জন্য একটি ডিভাইসে একটি DPC ( Configuration তালিকাভুক্ত) ইনস্টল করে। API দ্বারা তালিকাভুক্ত সমস্ত DPC শূন্য-টাচ তালিকাভুক্তি সমর্থন করে এবং Google Play-তে উপলব্ধ।
শুধুমাত্র আউটপুট। customers/[CUSTOMER_ID]/dpcs/[DPC_ID] ফর্ম্যাটে API সংস্থানের নাম। সার্ভার দ্বারা বরাদ্দ. গ্রাহক অ্যাকাউন্ট জুড়ে একটি DPC-এর একটি রেফারেন্স বজায় রাখতে, শেষ পাথ উপাদান ( DPC_ID ) ধরে রাখুন এবং মেলে।
packageName
string
শুধুমাত্র আউটপুট। DPC এর অ্যান্ড্রয়েড অ্যাপ্লিকেশন আইডি যা দেখতে একটি জাভা প্যাকেজ নামের মতো। জিরো-টাচ এনরোলমেন্ট এই শনাক্তকারী ব্যবহার করে একটি ডিভাইসে DPC অ্যাপ ইনস্টল করে।
dpcName
string
শুধুমাত্র আউটপুট। Google Play-তে DPC অ্যাপের শিরোনাম। উদাহরণস্বরূপ, Google Apps ডিভাইস নীতি । একটি অ্যাপ্লিকেশনের ইউজার ইন্টারফেসে দরকারী।
[[["সহজে বোঝা যায়","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"]],["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. |"]]