Performs a paged query to retrieve one or more EIAM application records.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eiam:ListApplications |
list |
*Application
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
Instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| PageNumber |
integer |
No |
Page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
20 |
| ApplicationIds |
array |
No |
List of application IDs. |
Ram Account SSO |
|
string |
No |
Application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
|
| ApplicationName |
string |
No |
Application name. Supports left-side fuzzy match only. |
Ram Account SSO |
| AuthorizationType |
string |
No |
Application access authorization type. Valid values:
Valid values:
|
authorize_required |
| Status |
string |
No |
Application status. Valid values:
Valid values:
|
enabled |
| M2MClientStatus |
string |
No |
Indicates whether M2M Client identity is enabled. |
enabled |
| ResourceServerStatus |
string |
No |
Indicates whether ResourceServer capability is enabled. |
enabled |
| SsoType |
string |
No |
SSO type filter. To specify multiple types, separate them with commas (example: oauth2/m2m,oidc+oauth2/m2m). Valid values:
|
oauth2/m2m |
| ApplicationCreationType |
string |
No |
Application creation type. If empty, defaults to user_custom. To query all types, use: all. Valid values:
|
system_init |
| ApplicationIdentityType |
string |
No |
application |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
Request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
Total number of entries. |
100 |
| Applications |
array<object> |
List of application information. |
|
|
object |
Application information. |
||
| InstanceId |
string |
Instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| ApplicationId |
string |
Application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| ClientId |
string |
Client ID of the application. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| LogoUrl |
string |
URL of the application logo. |
https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg |
| ApplicationName |
string |
Application name. |
SAML 应用 |
| Description |
string |
Application description. |
单个应用代码为pkces |
| SsoType |
string |
Single sign-on protocol. Valid values:
|
saml2 |
| ApplicationSourceType |
string |
Application source type. Valid values:
|
urn:alibaba:idaas:app:source:standard |
| Features |
string |
Supported features of the application, returned as a JSON array string. Valid values:
|
["sso", "provision"] |
| Status |
string |
Application status. Valid values:
|
enabled |
| CreateTime |
integer |
Application creation time, in Unix timestamp format (milliseconds). |
1649830226000 |
| UpdateTime |
integer |
Most recent application update time, in Unix timestamp format (milliseconds). |
1649830226000 |
| ServiceManaged |
boolean |
Indicates whether the application template is managed by a cloud service. |
true |
| ManagedServiceCode |
string |
ServiceCode of the cloud service that manages the application template. |
rpa |
| ApplicationTemplateId |
string |
Application template ID. |
apt_xxx_xxx |
| ApplicationCreationType |
string |
Application creation type. Valid values:
|
user_custom |
| ResourceServerStatus |
string |
Resource server status. |
enabled |
| ResourceServerIdentifier |
string |
Unique identifier of the ResourceServer. |
https://example.com |
| 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",
"TotalCount": 100,
"Applications": [
{
"InstanceId": "idaas_ue2jvisn35ea5lmthk267xxxxx",
"ApplicationId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
"ClientId": "app_mkv7rgt4d7i4u7zqtzev2mxxxx",
"LogoUrl": "https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg",
"ApplicationName": "SAML 应用",
"Description": "单个应用代码为pkces",
"SsoType": "saml2",
"ApplicationSourceType": "urn:alibaba:idaas:app:source:standard",
"Features": "[\"sso\", \"provision\"]",
"Status": "enabled",
"CreateTime": 1649830226000,
"UpdateTime": 1649830226000,
"ServiceManaged": true,
"ManagedServiceCode": "rpa",
"ApplicationTemplateId": "apt_xxx_xxx",
"ApplicationCreationType": "user_custom",
"ResourceServerStatus": "enabled",
"ResourceServerIdentifier": "https://example.com",
"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.