Mengkueri informasi tentang aplikasi eksternal yang terpasang.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:GetExternalApplication |
get |
*全部资源
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
ID aplikasi. |
472457090344041**** |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
ID permintaan. |
E4C4D1BD-2558-5BD1-8C36-A5D7FB174A55 |
| ExternalApplication |
object |
Informasi tentang aplikasi eksternal. |
|
| DisplayName |
string |
Nama tampilan aplikasi. |
GiteeAliyun |
| UpdateDate |
string |
Waktu pembaruan aplikasi. Nilainya adalah stempel waktu. |
1737534146000 |
| DelegatedScope |
object |
Informasi tentang izin yang diberikan pada aplikasi. |
|
| 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 |
Nama principal aplikasi. Nilainya dalam format |
GiteePrd@app.153082740420****.onaliyun.com |
| CreateDate |
string |
Waktu saat aplikasi dipasang. Nilainya adalah stempel waktu. |
1737534146000 |
| TenantId |
string |
ID akun Alibaba Cloud tempat aplikasi dipasang. |
173082740420**** |
| ForeignAppId |
string |
ID aplikasi. |
407426893752729**** |
Contoh
Respons sukses
JSONformat
{
"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****"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.