Queries information about an installed external application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetExternalApplication |
get |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the application. |
472457090344041**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
E4C4D1BD-2558-5BD1-8C36-A5D7FB174A55 |
| ExternalApplication |
object |
The information about the external application. |
|
| DisplayName |
string |
The display name of the application. |
GiteeAliyun |
| UpdateDate |
string |
The update time of the application. The value is a timestamp. |
1737534146000 |
| DelegatedScope |
object |
The information about the permissions that are granted on the application. |
|
| PredefinedScopes |
object |
||
| PredefinedScope |
array<object> |
The information about the permissions that are granted on the application. |
|
|
object |
|||
| Description |
string |
The description of the permission. |
用于获取用户的OpenID(默认权限范围,不可移除) |
| Name |
string |
The name of the permission. |
openid |
| AppPrincipalName |
string |
The name of the application principal. The value is in the |
GiteePrd@app.153082740420****.onaliyun.com |
| CreateDate |
string |
The time when the application was installed. The value is a timestamp. |
1737534146000 |
| TenantId |
string |
The ID of the Alibaba Cloud account for which the application is installed. |
173082740420**** |
| ForeignAppId |
string |
The ID of the application. |
407426893752729**** |
Examples
Success response
JSON format
{
"RequestId": "E4C4D1BD-2558-5BD1-8C36-A5D7FB174A55",
"ExternalApplication": {
"DisplayName": "GiteeAliyun",
"UpdateDate": "1737534146000",
"DelegatedScope": {
"PredefinedScopes": {
"PredefinedScope": [
{
"Description": "用于获取用户的OpenID(默认权限范围,不可移除)\n",
"Name": "openid"
}
]
}
},
"AppPrincipalName": "GiteePrd@app.153082740420****.onaliyun.com",
"CreateDate": "1737534146000",
"TenantId": "173082740420****",
"ForeignAppId": "407426893752729****"
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.