Retrieves a paginated list of EIAM applications.
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 |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| PageNumber |
integer |
No |
The page number. |
1 |
| PageSize |
integer |
No |
The number of entries per page. |
20 |
| ApplicationIds |
array |
No |
A list of application IDs. |
Ram Account SSO |
|
string |
No |
An application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
|
| ApplicationName |
string |
No |
The application name. Only left-side fuzzy matching is supported. |
Ram Account SSO |
| AuthorizationType |
string |
No |
The authorization type for application access. Valid values:
|
authorize_required |
| Status |
string |
No |
The application status. Valid values:
|
enabled |
| M2MClientStatus |
string |
No |
Specifies whether the Machine-to-Machine (M2M) client identity is enabled. |
enabled |
| ResourceServerStatus |
string |
No |
Specifies whether the resource server feature is enabled. |
enabled |
| SsoType |
string |
No |
The single sign-on (SSO) type to use for filtering. |
oauth2/m2m |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
0441BD79-92F3-53AA-8657-F8CE4A2B912A |
| TotalCount |
integer |
The total number of entries returned. |
100 |
| Applications |
array<object> |
The list of applications. |
|
|
object |
The application information. |
||
| InstanceId |
string |
The instance ID. |
idaas_ue2jvisn35ea5lmthk267xxxxx |
| ApplicationId |
string |
The application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| ClientId |
string |
The client ID of the application. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
| LogoUrl |
string |
The Uniform Resource Locator (URL) of the application icon. |
https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg |
| ApplicationName |
string |
The application name. |
SAML 应用 |
| Description |
string |
The description of the application. |
单个应用代码为pkces |
| SsoType |
string |
The SSO protocol. Valid values:
|
saml2 |
| ApplicationSourceType |
string |
The source from which the application was created. Valid values:
|
urn:alibaba:idaas:app:source:standard |
| Features |
string |
The features that the application supports. This parameter is returned as a string in a JavaScript Object Notation (JSON) array format. Valid values:
|
["sso", "provision"] |
| Status |
string |
The application status. Valid values:
|
enabled |
| CreateTime |
integer |
The time when the application was created. This is a UNIX timestamp, in milliseconds. |
1649830226000 |
| UpdateTime |
integer |
The time when the application was last updated. This is a UNIX timestamp, in milliseconds. |
1649830226000 |
| ServiceManaged |
boolean |
Indicates whether the application is managed by an Alibaba Cloud service. |
true |
| ManagedServiceCode |
string |
The service code of the Alibaba Cloud service that manages the application. |
rpa |
| ApplicationTemplateId |
string |
The ID of the application template. |
apt_xxx_xxx |
| ApplicationCreationType |
string |
user_created |
|
| ResourceServerStatus |
string |
enabled |
|
| ResourceServerIdentifier |
string |
test |
|
| ResourceServerSourceType |
string |
urn:cloud:idaas:resourceserver:source:custom |
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_created",
"ResourceServerStatus": "enabled",
"ResourceServerIdentifier": "test",
"ResourceServerSourceType": "urn:cloud:idaas:resourceserver:source:custom"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.