בקר DPC של EMM (בקר מדיניות מכשירים). הרשמה דרך הארגון גורמת להתקנה של בקר DPC (שמופיע ב-Configuration) במכשיר כדי לשמור על המדיניות של הלקוח בנושא לניידים. כל בקרי ה-DPC שרשומים ב-API תומכים בהרשמה דרך הארגון וזמינים ב-Google Play.
פלט בלבד. השם של משאב ה-API בפורמט customers/[CUSTOMER_ID]/dpcs/[DPC_ID]. הוקצתה על ידי השרת. כדי לשמור הפניה אל בקר DPC בחשבונות לקוח שונים, יש לשמור על עקביות לרכיב הנתיב האחרון (DPC_ID).
packageName
string
פלט בלבד. מזהה האפליקציה ל-Android של ה-DPC שנראה כמו שם חבילה של Java. הרשמה דרך הארגון מתקינה את אפליקציית בקר DPC במכשיר באמצעות המזהה הזה.
dpcName
string
פלט בלבד. השם של אפליקציית בקר DPC ב-Google Play. לדוגמה, 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"]]