Retrieve the details of a specified EIAM application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:GetApplication |
get |
*Application
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| ApplicationId |
string |
Yes |
Application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| Application |
object |
Returned application information. |
|
| ApiInvokeStatus |
string |
Application DeveloperAPI feature status. Valid values:
|
disabled |
| ApplicationVisibility |
array |
Application visibility. |
|
|
string |
Application visibility. |
[web] |
|
| ApplicationId |
string |
Application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| ApplicationName |
string |
Application name. |
SAML 应用 |
| ApplicationSourceType |
string |
Application creation source. Valid values:
|
urn:alibaba:idaas:app:source:template |
| ApplicationTemplateId |
string |
Application template ID associated during creation. This value is returned only when the application is created from an application template. |
apt_rpa_tdsxxx |
| AuthorizationType |
string |
Application access authorization type. Valid values:
|
authorize_required |
| ClientId |
string |
Application client ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| CreateTime |
integer |
Application creation time, in UNIX timestamp format, in milliseconds. |
1649830226000 |
| Description |
string |
Application description. |
某个应用,测试环境使用 |
| Features |
string |
Features supported by the application, returned as a JSON array string. Valid values:
|
["sso", "provision"] |
| InstanceId |
string |
Instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| LogoUrl |
string |
Application icon URL. |
https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg |
| ManagedServiceCode |
string |
ServiceCode of the cloud product that hosts the application template. |
rpa |
| ServiceManaged |
boolean |
Indicates whether the application template is hosted by a cloud product. |
true |
| SsoType |
string |
Single sign-on protocol. Valid values:
|
saml2 |
| Status |
string |
Application status. Valid values:
|
enabled |
| UpdateTime |
integer |
Application last update time, in UNIX timestamp format, in milliseconds. |
1649830226000 |
| M2MClientStatus |
string |
M2MClient status. |
enabled |
| ResourceServerStatus |
string |
ResourceServer status. |
enabled |
| ResourceServerIdentifier |
string |
Unique identifier of the ResourceServer, corresponding to the ResourceServer audience. |
https://www.example.com |
| CustomSubjectStatus |
string |
Indicates whether the Subject field in custom tokens is enabled. If enabled, the issued Access Token changes from |
enabled |
| ApplicationCreationType |
string |
Application creation type. Valid values:
|
user_custom |
| ResourceServerSourceType |
string |
Resource server source type Valid values:
|
urn:cloud:idaas:resourceserver:source:custom |
| ApplicationIdentityType |
string |
Examples
Success response
JSON format
{
"RequestId": "0441BD79-92F3-53AA-8657-F8CE4A2B912A",
"Application": {
"ApiInvokeStatus": "disabled",
"ApplicationVisibility": [
"[web]"
],
"ApplicationId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
"ApplicationName": "SAML 应用",
"ApplicationSourceType": "urn:alibaba:idaas:app:source:template",
"ApplicationTemplateId": "apt_rpa_tdsxxx",
"AuthorizationType": "authorize_required",
"ClientId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
"CreateTime": 1649830226000,
"Description": "某个应用,测试环境使用",
"Features": "[\"sso\", \"provision\"]",
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"LogoUrl": "https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg",
"ManagedServiceCode": "rpa",
"ServiceManaged": true,
"SsoType": "saml2",
"Status": "enabled",
"UpdateTime": 1649830226000,
"M2MClientStatus": "enabled",
"ResourceServerStatus": "enabled",
"ResourceServerIdentifier": "https://www.example.com",
"CustomSubjectStatus": "enabled",
"ApplicationCreationType": "user_custom",
"ResourceServerSourceType": "urn:cloud:idaas:resourceserver:source:custom",
"ApplicationIdentityType": ""
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.