重要資訊:我們目前不接受新的 Play EMM API 註冊。
瞭解詳情。
Permissions
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
資源表示法
權限資源代表要授予 Android 應用程式的其他權限,需要明確同意。企業管理員必須代表使用者同意這些權限,才能建立應用程式授權。
權限集合處於唯讀狀態。您為各項權限所提供的資訊 (本地化名稱和說明) 是專為取得企業同意聲明的使用者,而用於行動裝置管理 (MDM) 使用者介面。
{
"kind": "androidenterprise#permission",
"permissionId": string,
"name": string,
"description": string
}
屬性名稱 |
值 |
說明 |
附註 |
description |
string |
針對權限資源提供詳細說明,並詳細說明權限所影響的內容。 |
|
kind |
string |
|
|
name |
string |
權限的名稱。 |
|
permissionId |
string |
用來識別權限的不透明字串。 |
|
方法
- 取得
- 擷取可供企業管理員顯示的 Android 應用程式權限詳細資料。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-08 (世界標準時間)。
[null,null,["上次更新時間:2024-09-08 (世界標準時間)。"],[[["\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."]]