Permissions: get

  • Retrieves details of an Android app permission for display to an enterprise admin, requiring authorization with the https://www.googleapis.com/auth/androidenterprise scope.

  • The request is made using an HTTP GET method to the URL https://www.googleapis.com/androidenterprise/v1/permissions/permissionId, with the permissionId specified as a path parameter and an optional language query parameter.

  • A successful response returns a Permissions resource, providing details of the requested permission.

Retrieves details of an Android app permission for display to an enterprise admin.

Request

HTTP request

GET https://www.googleapis.com/androidenterprise/v1/permissions/permissionId

Parameters

Parameter name Value Description
Path parameters
permissionId string The ID of the permission.
Optional query parameters
language string The BCP47 tag for the user's preferred language (e.g. "en-US", "de")

Authorization

This request requires authorization with the following scope:

Scope
https://www.googleapis.com/auth/androidenterprise

For more information, see the authentication and authorization page.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a Permissions resource in the response body.