REST Resource: customers.dpcs
리소스: Dpc
EMM의 DPC (기기 정책 컨트롤러) 제로터치 등록은 Configuration
에 나열된 DPC를 기기에 설치하여 고객의 모바일 정책을 유지합니다. 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
출력 전용입니다. DPC의 Android 애플리케이션 ID로, Java 패키지 이름처럼 보입니다. 제로터치 등록은 이 식별자를 사용하여 DPC 앱을 기기에 설치합니다.
|
dpcName |
string
출력 전용입니다. Google Play에서 DPC 앱의 제목입니다. 예: Google Apps Device Policy. 애플리케이션의 사용자 인터페이스에서 유용합니다.
|
메서드 |
|
제로터치 등록을 지원하는 DPC (기기 정책 컨트롤러)를 나열합니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]