Get
|
|||||
|
|
Retrieves details of an Android app permission for display to an enterprise admin
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage corporate Android devices
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
permissionId Required |
STRING |
The ID of the permission |
language |
STRING |
The BCP47 tag for the user's preferred language (e.g. "en-US", "de") |
= Parameter name
= Format
permissionId STRING Required The ID of the permission |
language STRING The BCP47 tag for the user's preferred language (e.g. "en-US", "de") |
Output
This building block provides 4 output parameters
Name | Format | Description |
---|---|---|
description |
STRING |
A longer description of the Permissions resource, giving more details of what it affects |
kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "androidenterprise#permission" |
name |
STRING |
The name of the permission |
permissionId |
STRING |
An opaque string uniquely identifying the permission |
= Parameter name
= Format
description STRING A longer description of the Permissions resource, giving more details of what it affects |
kind STRING Identifies what kind of resource this is. Value: the fixed string "androidenterprise#permission" |
name STRING The name of the permission |
permissionId STRING An opaque string uniquely identifying the permission |