Queries the secret IDs of an application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ram:ListAppSecretIds |
list |
*Application
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
Yes |
The ID of the application. |
472457090344041**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| AppSecrets |
object |
||
| AppSecret |
array<object> |
The details of the application secret. |
|
|
object |
|||
| AppId |
string |
The ID of the application. |
472457090344041**** |
| AppSecretId |
string |
The ID of the application secret. |
2efd5004-005c-4f05-83c6-5b1dd176**** |
| CreateDate |
string |
The creation time. |
2020-10-26T03:18:39Z |
| RequestId |
string |
The request ID. |
5F2FD500-7173-47D6-BD2F-EB60879B4F16 |
Examples
Success response
JSON format
{
"AppSecrets": {
"AppSecret": [
{
"AppId": "472457090344041****",
"AppSecretId": "2efd5004-005c-4f05-83c6-5b1dd176****",
"CreateDate": "2020-10-26T03:18:39Z"
}
]
},
"RequestId": "5F2FD500-7173-47D6-BD2F-EB60879B4F16"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.