EMM'nin DPC'si (cihaz politikası denetleyici). El değmeden kayıt, müşterinin mobil politikalarını korumak için cihaza bir DPC (Configuration içinde listelenen) yükler. API'de listelenen tüm DPC'ler el değmeden kayıt sürecini destekler ve Google Play'de kullanıma sunulmuştur.
Yalnızca çıkış. customers/[CUSTOMER_ID]/dpcs/[DPC_ID] biçimindeki API kaynağı adı. Sunucu tarafından atanır. Müşteri hesapları genelinde bir DPC referansını korumak için devam edip son yol bileşeniyle (DPC_ID) eşleştirin.
packageName
string
Yalnızca çıkış. DPC'nin, Java paketi adına benzeyen Android uygulama kimliği. El değmeden kayıt, DPC uygulamasını bu tanımlayıcıyı kullanarak bir cihaza yükler.
dpcName
string
Yalnızca çıkış. Google Play'deki DPC uygulamasının başlığı. Örneğin, Google Apps Device Policy. Bir uygulamanın kullanıcı arayüzünde kullanışlıdır.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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,[]]