Permissions: get
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เรียกดูรายละเอียดของสิทธิ์ของแอป Android สำหรับแสดงผลต่อผู้ดูแลระบบขององค์กร
ส่งคำขอ
คำขอ HTTP
GET https://www.googleapis.com/androidenterprise/v1/permissions/permissionId
พารามิเตอร์
ชื่อพารามิเตอร์ |
ค่า |
คำอธิบาย |
พารามิเตอร์เส้นทาง |
permissionId |
string |
รหัสของสิทธิ์
|
พารามิเตอร์การค้นหาที่ไม่บังคับ |
language |
string |
แท็ก BCP47 สำหรับภาษาที่ต้องการของผู้ใช้ (เช่น "en-US", "de")
|
การให้สิทธิ์
คำขอนี้ต้องได้รับการให้สิทธิ์ตามขอบเขตต่อไปนี้
ขอบเขต |
https://www.googleapis.com/auth/androidenterprise |
สำหรับข้อมูลเพิ่มเติม โปรดดูที่หน้าการตรวจสอบสิทธิ์และการให้สิทธิ์
เนื้อหาของคำขอ
โปรดอย่าให้เนื้อหาคำขอตามวิธีการนี้
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eRetrieves details of an Android app permission for display to an enterprise admin, requiring authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/androidenterprise\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003eThe request is made using an HTTP GET method to the URL \u003ccode\u003ehttps://www.googleapis.com/androidenterprise/v1/permissions/permissionId\u003c/code\u003e, with the \u003ccode\u003epermissionId\u003c/code\u003e specified as a path parameter and an optional \u003ccode\u003elanguage\u003c/code\u003e query parameter.\u003c/p\u003e\n"],["\u003cp\u003eA successful response returns a Permissions resource, providing details of the requested permission.\u003c/p\u003e\n"]]],[],null,["# Permissions: get\n\n| **Note:** Requires [authorization](#auth).\n\nRetrieves details of an Android app permission for display to an enterprise admin.\n\nRequest\n-------\n\n### HTTP request\n\n```\nGET https://www.googleapis.com/androidenterprise/v1/permissions/permissionId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|----------------|----------|----------------------------------------------------------------------|\n| **Path parameters** |||\n| `permissionId` | `string` | The ID of the permission. |\n| **Optional query parameters** |||\n| `language` | `string` | The BCP47 tag for the user's preferred language (e.g. \"en-US\", \"de\") |\n\n### Authorization\n\nThis request requires authorization with the following scope:\n\n| Scope |\n|-----------------------------------------------------|\n| `https://www.googleapis.com/auth/androidenterprise` |\n\nFor more information, see the [authentication and authorization](/android/work/play/emm-api/v1/how-tos/authorizing) page.\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns a [Permissions resource](/android/work/play/emm-api/v1/permissions#resource) in the response body."]]