Permissions
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ดูรายการเมธอดสำหรับทรัพยากรนี้ได้ที่ส่วนท้ายของหน้านี้
การนำเสนอแหล่งข้อมูล
ทรัพยากรสิทธิ์แสดงถึงความสามารถเพิ่มเติมบางอย่าง ซึ่งจะมอบให้แก่แอป Android ซึ่งต้องได้รับความยินยอมอย่างชัดแจ้ง ผู้ดูแลระบบขององค์กรต้องยอมรับสิทธิ์เหล่านี้ในนามของผู้ใช้ก่อนจึงจะสร้างการให้สิทธิ์สำหรับแอปได้
คอลเล็กชันสิทธิ์เป็นแบบอ่านอย่างเดียว ข้อมูลที่ให้ไว้สำหรับแต่ละสิทธิ์ (ชื่อและคำอธิบายที่แปลแล้ว) มีจุดประสงค์เพื่อใช้ในอินเทอร์เฟซผู้ใช้ MDM เมื่อได้รับความยินยอมจากองค์กร
{
"kind": "androidenterprise#permission",
"permissionId": string,
"name": string,
"description": string
}
ชื่อพร็อพเพอร์ตี้ |
ค่า |
คำอธิบาย |
หมายเหตุ |
description |
string |
คำอธิบายแบบยาวของแหล่งข้อมูลสิทธิ์ ซึ่งจะให้รายละเอียดเพิ่มเติมเกี่ยวกับผลกระทบ |
|
kind |
string |
|
|
name |
string |
ชื่อของสิทธิ์ |
|
permissionId |
string |
สตริงที่คลุมเครือที่ระบุสิทธิ์โดยไม่ซ้ำกัน |
|
เมธอด
- รับ
- เรียกดูรายละเอียดของสิทธิ์ของแอป Android สำหรับแสดงผลต่อผู้ดูแลระบบขององค์กร
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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."]]