All Products
Search
Document Center

Resource Management:ListDelegatedServicesForAccount

Last Updated:Dec 18, 2023

Queries the trusted services for which a member is specified as a delegated administrator account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
AccountIdstringYes

The Alibaba Cloud account ID of the member.

138660628348****

Response parameters

ParameterTypeDescriptionExample
object

The returned result.

RequestIdstring

The ID of the request.

D9C03B94-9396-4794-A74B-13DC437556A6
DelegatedServicesobject []

The information about the trusted services.

Note If the value of this parameter is empty, the member is not specified as a delegated administrator account.
DelegationEnabledTimestring

The time when the member was specified as a delegated administrator account.

1616652684164
ServicePrincipalstring

The identifier of the trusted service.

cloudfw.aliyuncs.com
Statusstring

The status of the trusted service. Valid values:

  • ENABLED: enabled
  • DISABLED: disabled
ENABLED

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
2023-05-18The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.