ListApplications
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 page size. |
20 |
| ApplicationIds |
array |
No |
A list of application IDs. |
Ram Account SSO |
|
string |
No |
The application ID. |
app_mkv7rgt4d7i4u7zqtzev2mxxxx |
|
| ApplicationName |
string |
No |
The application name. Only prefix matching is supported. |
Ram Account SSO |
| AuthorizationType |
string |
No |
The authorization type for application access. Valid values:
Valid values:
|
authorize_required |
| Status |
string |
No |
The application status. Valid values:
Valid values:
|
enabled |
| M2MClientStatus |
string |
No |
The status of the M2M client identity. |
enabled |
| ResourceServerStatus |
string |
No |
The status of the resource server capability. |
enabled |
| SsoType |
string |
No |
A filter for the Single Sign-On (SSO) type. You can specify multiple types, separated by a comma. Example: Valid values:
|
oauth2/m2m |
| ApplicationCreationType |
string |
No |
The application creation type. If unspecified, only user-created ( Valid values:
|
system_init |
| ApplicationIdentityType |
string |
No |
The application identity type. If unspecified, only applications of the Valid values:
|
application |
| CustomFields |
array<object> |
No |
A list of custom fields. |
|
|
object |
No |
A custom field object. |
||
| FieldName |
string |
No |
The custom field identifier. Valid values:
|
agent_type |
| FieldValue |
string |
No |
The custom field value. |
x-claw |
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 details of an application. |
||
| 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 URL of the application logo. |
https://img.alicdn.com/imgextra/i4/O1CN01lvYwpv1aGowQXDML9_!!6000000003303-0-tps-580-580.jpg |
| ApplicationName |
string |
The name of the application. |
SAML Application |
| Description |
string |
The description of the application. |
A test application |
| SsoType |
string |
The SSO protocol. Valid values:
|
saml2 |
| ApplicationSourceType |
string |
The source used to create the application. Valid values:
|
urn:alibaba:idaas:app:source:standard |
| Features |
string |
A string containing a JSON array of features supported by the application. Valid values:
|
["sso", "provision"] |
| Status |
string |
The status of the application. Valid values:
|
enabled |
| CreateTime |
integer |
The time the application was created, as a Unix timestamp in milliseconds. |
1649830226000 |
| UpdateTime |
integer |
The time the application was last updated, as a Unix timestamp in milliseconds. |
1649830226000 |
| ServiceManaged |
boolean |
Indicates whether the application template is managed by a cloud service. |
true |
| ManagedServiceCode |
string |
The service code of the cloud service that manages the application template. |
rpa |
| ApplicationTemplateId |
string |
The ID of the application template. |
apt_xxx_xxx |
| ApplicationCreationType |
string |
Indicates how the application was created. Valid values:
|
user_custom |
| ResourceServerStatus |
string |
The status of the resource server. |
enabled |
| ResourceServerIdentifier |
string |
The unique identifier of the resource server. |
https://example.com |
| ResourceServerSourceType |
string |
The source type of the resource server. Valid values:
|
urn:cloud:idaas:resourceserver:source:custom |
| ApplicationIdentityType |
string |
The identity type of the application. Valid values:
|
application |
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 Application",
"Description": "A test application",
"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": "application"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.