Queries the trusted services for which a member is specified as a delegated administrator account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
AccountId | string | Yes | The Alibaba Cloud account ID of the member. | 138660628348**** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "D9C03B94-9396-4794-A74B-13DC437556A6",
"DelegatedServices": {
"DelegatedService": [
{
"DelegationEnabledTime": "1616652684164",
"ServicePrincipal": "cloudfw.aliyuncs.com",
"Status": "ENABLED"
}
]
}
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation | ||
---|---|---|---|---|
2023-05-18 | The internal configuration of the API is changed, but the call is not affected | see changesets | ||
|