REST Resource: customers.dpcs
リソース: Dpc
EMM の DPC(Device Policy Controller)。ゼロタッチ登録では、お客様のモバイル ポリシーを維持するためにデバイスに DPC(Configuration
に記載)がインストールされます。API の一覧にある DPC はすべてゼロタッチ登録に対応しており、Google Play で入手できます。
JSON 表現 |
{
"name": string,
"packageName": string,
"dpcName": string
} |
フィールド |
name |
string
出力専用。customers/[CUSTOMER_ID]/dpcs/[DPC_ID] 形式の API リソース名。サーバーによって割り当てられます。複数の顧客アカウントで DPC への参照を維持するには、最後のパス コンポーネント(DPC_ID )を維持し、照合します。
|
packageName |
string
出力専用。Java パッケージ名に似た DPC の Android アプリケーション ID。ゼロタッチ登録では、この ID を使用して DPC アプリがデバイスにインストールされます。
|
dpcName |
string
出力専用。Google Play に表示される DPC アプリのタイトル。たとえば、Google Apps Device Policy です。アプリケーションのユーザー インターフェースで役立ちます。
|
メソッド |
|
ゼロタッチ登録をサポートする DPC(Device Policy Controller)を一覧表示します。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 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"]]