All Products
Search
Document Center

Certificate Management Service:ListCloudAccess

Last Updated:Mar 24, 2025

Queries a list of AccessKey pairs for multi-cloud deployment.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • For mandatory resource types, indicate with a prefix of * .
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
yundun-cert:ListCloudAccesslist
*All Resources
*
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
SecretIdstringNo

The AccessKey ID that is used to access cloud resources.

276
CloudNamestringNo

The cloud service provider. Set the value to Tencent, which indicates Tencent Cloud.

Tencent
CurrentPageintegerNo

The page number. Default value: 1.

1
ShowSizeintegerNo

The number of entries per page. Valid values: 10, 20, and 50.

20

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

RequestIdstring

The request ID.

D3F1FA43-1C26-50A2-8F0F-7A03851DBB46
TotalCountinteger

The total number of entries returned.

23
ShowSizeinteger

The number of entries per page. If ShowSize is not specified, this parameter is not returned.

20
CurrentPageinteger

The default value is the current page. If CurrentPage is not specified, this parameter is not returned.

1
CloudAccessListarray<object>

The query results.

CloudAccessListobject

The cloud service.

AccessIdlong

The ID of the primary key.

888
CloudNamestring

The cloud service provider.

Tencent
SecretIdstring

The AccessKey ID that is used to access cloud resources.

AAAqdwPBA****
ServiceStatusstring

The service status. The value normal indicates that the service runs as expected.

normal

Examples

Sample success responses

JSONformat

{
  "RequestId": "D3F1FA43-1C26-50A2-8F0F-7A03851DBB46",
  "TotalCount": 23,
  "ShowSize": 20,
  "CurrentPage": 1,
  "CloudAccessList": [
    {
      "AccessId": 888,
      "CloudName": "Tencent",
      "SecretId": "AAAqdwPBA****",
      "ServiceStatus": "normal"
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history