Permissions
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 리소스에 대한 메소드 목록은 이 페이지의 하단에 나와 있습니다.
리소스 표현
권한 리소스는 명시적 동의가 필요한 Android 앱에 부여될 추가 기능을 나타냅니다. 앱 사용 권한을 생성하려면 기업 관리자가 사용자를 대신하여 이러한 권한에 동의해야 합니다.
권한 모음은 읽기 전용입니다. 각 권한에 대해 제공된 정보 (현지화된 이름 및 설명)는 기업의 동의를 얻을 때 MDM 사용자 인터페이스에서 사용됩니다.
{
"kind": "androidenterprise#permission",
"permissionId": string,
"name": string,
"description": string
}
속성 이름 |
값 |
설명 |
참고 |
description |
string |
권한 리소스에 영향을 미치는 요소에 관한 세부정보를 제공하는 긴 설명. |
|
kind |
string |
|
|
name |
string |
권한의 이름입니다. |
|
permissionId |
string |
권한을 고유하게 식별하는 불투명 문자열입니다. |
|
메서드
- get
- 기업 관리자에게 표시하기 위한 Android 앱 권한의 세부정보를 검색합니다.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-08(UTC)
[null,null,["최종 업데이트: 2024-09-08(UTC)"],[[["\u003cp\u003eA Permissions resource represents an extra capability granted to an Android app requiring explicit consent from an enterprise admin.\u003c/p\u003e\n"],["\u003cp\u003ePermissions resource information is read-only and used to obtain consent from the enterprise within the MDM user interface.\u003c/p\u003e\n"],["\u003cp\u003eEach permission is uniquely identified by an opaque string (permissionId) and includes a localized name and description for display.\u003c/p\u003e\n"],["\u003cp\u003eEnterprise admins must grant consent to these permissions before an entitlement for the app can be created.\u003c/p\u003e\n"]]],[],null,["# Permissions\n\n\u003cbr /\u003e\n\nFor a list of [methods](#methods) for this resource, see the end of this page.\n\nResource representations\n------------------------\n\nA Permissions resource represents some extra capability, to be granted to an Android app, which requires explicit consent. An enterprise admin must consent to these permissions on behalf of their users before an entitlement for the app can be created. \n\nThe permissions collection is read-only. The information provided for each permission (localized name and description) is intended to be used in the MDM user interface when obtaining consent from the enterprise.\n\n```text\n{\n \"kind\": \"androidenterprise#permission\",\n \"permissionId\": string,\n \"name\": string,\n \"description\": string\n}\n```\n\n| Property name | Value | Description | Notes |\n|----------------|----------|-------------------------------------------------------------------------------------------|-------|\n| `description` | `string` | A longer description of the Permissions resource, giving more details of what it affects. | |\n| `kind` | `string` | | |\n| `name` | `string` | The name of the permission. | |\n| `permissionId` | `string` | An opaque string uniquely identifying the permission. | |\n\nMethods\n-------\n\n[get](/android/work/play/emm-api/v1/permissions/get)\n: Retrieves details of an Android app permission for display to an enterprise admin."]]