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)"],[[["A Permissions resource represents an extra capability granted to an Android app requiring explicit consent from an enterprise admin."],["Permissions resource information is read-only and used to obtain consent from the enterprise within the MDM user interface."],["Each permission is uniquely identified by an opaque string (permissionId) and includes a localized name and description for display."],["Enterprise admins must grant consent to these permissions before an entitlement for the app can be created."]]],[]]