Queries the list of identities authorized for a skill.
Operation description
Authorized objects support only cloud computers.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ecd:ListSkillAuthedIdentities |
none |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SkillId |
string |
Yes |
The unique identifier of the skill. |
s-04rj8mzqj1fu**** |
| PageSize |
integer |
No |
The number of entries per page. Default value: 20. |
20 |
| PageNumber |
integer |
No |
The current page number. |
1 |
| SkillChannel |
string |
Yes |
The skill channel. Valid values:
Valid values:
|
ENTERPRISE |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
5CC5E450-FC43-4F5B-B540-9964BD***** |
| TotalCount |
integer |
The total number of entries returned. |
20 |
| Identities |
array<object> |
The list of authorized objects. |
|
|
object |
The authorized object. |
||
| IdentityId |
string |
The ID of the authorized object. |
ecd-b9ej3xiok4tjbgf9x**** |
| AutoInstall |
boolean |
Indicates whether automatic installation is enabled. Valid values:
Valid values:
|
true |
Examples
Success response
JSON format
{
"RequestId": "5CC5E450-FC43-4F5B-B540-9964BD*****",
"TotalCount": 20,
"Identities": [
{
"IdentityId": "ecd-b9ej3xiok4tjbgf9x****",
"AutoInstall": true
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.