Lưu ý quan trọng: Chúng tôi không còn chấp nhận các lượt đăng ký mới cho Play EMM API.
Tìm hiểu thêm.
Permissions
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Để biết danh sách các phương thức cho tài nguyên này, hãy xem ở cuối trang.
Biểu diễn tài nguyên
Tài nguyên về Quyền đại diện cho một số chức năng bổ sung được cấp cho một ứng dụng Android đòi hỏi sự đồng ý rõ ràng. Quản trị viên doanh nghiệp phải thay mặt người dùng của họ đồng ý với những quyền này thì mới có thể tạo quyền cho ứng dụng.
Tập hợp quyền ở chế độ chỉ có thể đọc. Thông tin được cung cấp cho mỗi quyền (tên và nội dung mô tả đã bản địa hoá) được dùng trong giao diện người dùng MDM (Quản lý thiết bị di động) khi có sự đồng ý của doanh nghiệp.
{
"kind": "androidenterprise#permission",
"permissionId": string,
"name": string,
"description": string
}
Tên tài sản |
Giá trị |
Mô tả |
Ghi chú |
description |
string |
Nội dung mô tả dài hơn về tài nguyên Quyền, cung cấp thêm thông tin chi tiết về những vấn đề ảnh hưởng đến tài nguyên đó. |
|
kind |
string |
|
|
name |
string |
Tên quyền. |
|
permissionId |
string |
Một chuỗi mờ xác định duy nhất quyền này. |
|
Phương thức
- nhận
- Truy xuất thông tin về quyền của ứng dụng Android để hiển thị cho quản trị viên doanh nghiệp.
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-09-08 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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."]]