Create
|
|||||
|
|
Creates a web token to access an embeddable managed Google Play web UI for a given enterprise
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 5 input parameters
Name | Format | Description |
---|---|---|
parent Required |
STRING |
The name of the enterprise in the form enterprises/{enterpriseId} |
value |
STRING |
The token value which is used in the hosting page to generate the iframe with the embedded UI. This is a read-only field generated by the server |
parentFrameUrl |
STRING |
The URL of the parent frame hosting the iframe with the embedded UI. To prevent XSS, the iframe may not be hosted at other URLs. The URL must use the https scheme |
permissions[] |
ENUMERATION |
|
name |
STRING |
The name of the web token, which is generated by the server during creation in the form enterprises/{enterpriseId}/webTokens/{webTokenId} |
= Parameter name
= Format
parent STRING Required The name of the enterprise in the form enterprises/{enterpriseId} |
value STRING The token value which is used in the hosting page to generate the iframe with the embedded UI. This is a read-only field generated by the server |
parentFrameUrl STRING The URL of the parent frame hosting the iframe with the embedded UI. To prevent XSS, the iframe may not be hosted at other URLs. The URL must use the https scheme |
permissions[] ENUMERATION |
name STRING The name of the web token, which is generated by the server during creation in the form enterprises/{enterpriseId}/webTokens/{webTokenId} |
Output
This building block provides 4 output parameters
Name | Format | Description |
---|---|---|
value |
STRING |
The token value which is used in the hosting page to generate the iframe with the embedded UI. This is a read-only field generated by the server |
parentFrameUrl |
STRING |
The URL of the parent frame hosting the iframe with the embedded UI. To prevent XSS, the iframe may not be hosted at other URLs. The URL must use the https scheme |
permissions[] |
ENUMERATION |
|
name |
STRING |
The name of the web token, which is generated by the server during creation in the form enterprises/{enterpriseId}/webTokens/{webTokenId} |
= Parameter name
= Format
value STRING The token value which is used in the hosting page to generate the iframe with the embedded UI. This is a read-only field generated by the server |
parentFrameUrl STRING The URL of the parent frame hosting the iframe with the embedded UI. To prevent XSS, the iframe may not be hosted at other URLs. The URL must use the https scheme |
permissions[] ENUMERATION |
name STRING The name of the web token, which is generated by the server during creation in the form enterprises/{enterpriseId}/webTokens/{webTokenId} |