重要: Play EMM API の新しい登録受け付けは終了しました。
詳細
Permissions: get
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
企業の管理者に表示するための Android アプリの権限の詳細を取得します。
リクエストする
HTTP リクエスト
GET https://www.googleapis.com/androidenterprise/v1/permissions/permissionId
パラメータ
パラメータ名 |
値 |
説明 |
パスパラメータ |
permissionId |
string |
権限の ID。
|
省略可能なクエリ パラメータ |
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."]]