接口请求域名: organization.intl.tencentcloudapi.com 。
查询用户SCIM密钥列表
默认接口请求频率限制:20次/秒。
以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数。
| 参数名称 | 必选 | 类型 | 描述 |
|---|---|---|---|
| Action | 是 | String | 公共参数,本接口取值:ListSCIMCredentials。 |
| Version | 是 | String | 公共参数,本接口取值:2021-03-31。 |
| Region | 否 | String | 公共参数,此参数为可选参数。 |
| ZoneId | 是 | String | 空间ID。z-前缀开头,后面是12位随机数字/小写字母 |
| CredentialId | 否 | String | SCIM密钥ID |
| 参数名称 | 类型 | 描述 |
|---|---|---|
| TotalCounts | Integer | SCIM密钥数量。 |
| SCIMCredentials | Array of SCIMCredential | SCIM 密钥信息。 |
| RequestId | String | 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 |
查询SCIM密钥列表
POST / HTTP/1.1
Host: organization.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ListSCIMCredentials
<公共请求参数>
{
"ZoneId": "z-vft38p2hq8tq"
}
{
"Response": {
"RequestId": "60ebab32-73ff-4d3d-abdf-af9b1e866add",
"SCIMCredentials": [],
"TotalCounts": 0
}
}
云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。
以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码。
| 错误码 | 描述 |
|---|---|
| FailedOperation.DBOperationError | SQL执行报错 |
| FailedOperation.IdentityCenterNotOpen | CIC服务没有开通 |
| FailedOperation.ZoneIdNotExist | CIC服务的用户zoneId不存在 |
文档反馈