Get
|
|||||
|
|
Gets info about an application
Authorization
To use this building block you will have to grant access to at least one of the following scopes:
- Manage Android devices and apps for your customers
Input
This building block consumes 2 input parameters
Name | Format | Description |
---|---|---|
name Required |
STRING |
The name of the application in the form enterprises/{enterpriseId}/applications/{package_name} |
languageCode |
STRING |
The preferred language for localized application info, as a BCP47 tag (e.g. "en-US", "de"). If not specified the default language of the application will be used |
= Parameter name
= Format
name STRING Required The name of the application in the form enterprises/{enterpriseId}/applications/{package_name} |
languageCode STRING The preferred language for localized application info, as a BCP47 tag (e.g. "en-US", "de"). If not specified the default language of the application will be used |
Output
This building block provides 21 output parameters
Name | Format | Description |
---|---|---|
title |
STRING |
The title of the app. Localized |
permissions[] |
OBJECT |
A permission required by the app |
permissions[].permissionId |
STRING |
An opaque string uniquely identifying the permission. Not localized |
permissions[].name |
STRING |
The name of the permission. Localized |
permissions[].description |
STRING |
A longer description of the permission, providing more detail on what it affects. Localized |
name |
STRING |
The name of the app in the form enterprises/{enterpriseId}/applications/{package_name} |
managedProperties[] |
OBJECT |
Managed property |
managedProperties[].nestedProperties[] |
OBJECT |
Managed property |
managedProperties[].nestedProperties[].type |
ENUMERATION |
The type of the property |
managedProperties[].nestedProperties[].title |
STRING |
The name of the property. Localized |
managedProperties[].nestedProperties[].key |
STRING |
The unique key that the app uses to identify the property, e.g. "com.google.android.gm.fieldname" |
managedProperties[].nestedProperties[].description |
STRING |
A longer description of the property, providing more detail of what it affects. Localized |
managedProperties[].nestedProperties[].defaultValue |
ANY |
The default value of the property. BUNDLE_ARRAY properties don't have a default value |
managedProperties[].type |
ENUMERATION |
The type of the property |
managedProperties[].title |
STRING |
The name of the property. Localized |
managedProperties[].key |
STRING |
The unique key that the app uses to identify the property, e.g. "com.google.android.gm.fieldname" |
managedProperties[].description |
STRING |
A longer description of the property, providing more detail of what it affects. Localized |
managedProperties[].entries[] |
OBJECT |
An entry of a managed property |
managedProperties[].entries[].name |
STRING |
The human-readable name of the value. Localized |
managedProperties[].entries[].value |
STRING |
The machine-readable value of the entry, which should be used in the configuration. Not localized |
managedProperties[].defaultValue |
ANY |
The default value of the property. BUNDLE_ARRAY properties don't have a default value |
= Parameter name
= Format
title STRING The title of the app. Localized |
permissions[] OBJECT A permission required by the app |
permissions[].permissionId STRING An opaque string uniquely identifying the permission. Not localized |
permissions[].name STRING The name of the permission. Localized |
permissions[].description STRING A longer description of the permission, providing more detail on what it affects. Localized |
name STRING The name of the app in the form enterprises/{enterpriseId}/applications/{package_name} |
managedProperties[] OBJECT Managed property |
managedProperties[].nestedProperties[] OBJECT Managed property |
managedProperties[].nestedProperties[].type ENUMERATION The type of the property |
managedProperties[].nestedProperties[].title STRING The name of the property. Localized |
managedProperties[].nestedProperties[].key STRING The unique key that the app uses to identify the property, e.g. "com.google.android.gm.fieldname" |
managedProperties[].nestedProperties[].description STRING A longer description of the property, providing more detail of what it affects. Localized |
managedProperties[].nestedProperties[].defaultValue ANY The default value of the property. BUNDLE_ARRAY properties don't have a default value |
managedProperties[].type ENUMERATION The type of the property |
managedProperties[].title STRING The name of the property. Localized |
managedProperties[].key STRING The unique key that the app uses to identify the property, e.g. "com.google.android.gm.fieldname" |
managedProperties[].description STRING A longer description of the property, providing more detail of what it affects. Localized |
managedProperties[].entries[] OBJECT An entry of a managed property |
managedProperties[].entries[].name STRING The human-readable name of the value. Localized |
managedProperties[].entries[].value STRING The machine-readable value of the entry, which should be used in the configuration. Not localized |
managedProperties[].defaultValue ANY The default value of the property. BUNDLE_ARRAY properties don't have a default value |