History
Introduction
API Category
Making API Requests
Region APIs
Instance APIs
Cloud Hosting Cluster APIs
Image APIs
Instance Launch Template APIs
Placement Group APIs
Key APIs
Security Group APIs
Network APIs
Data Types
Error Codes
Domain name for API request: cam.intl.tencentcloudapi.com.
This API is used to modify role OIDC configurations.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: UpdateOIDCConfig. |
| Version | Yes | String | Common Params. The value used for this API: 2019-01-16. |
| Region | No | String | Common Params. This parameter is not required for this API. |
| IdentityUrl | Yes | String | IdP URL. |
| IdentityKey | Yes | String | Public key for signature, which must be Base64-encoded. |
| ClientId.N | Yes | Array of String | Client ID. |
| Name | Yes | String | Name. |
| Description | No | String | Description. |
| Parameter Name | Type | Description |
|---|---|---|
| RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cam.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: UpdateOIDCConfig
<Common request parameters>
{
"IdentityKey": "ewogICAgImtleXMiOiBbCiAgICAgICAgewogIC************klJbUpsLV9jenYyT0kiCiAgICAgICAgfQogICAgXQp9",
"IdentityUrl": "https://test.qq.cn/",
"Name": "test-oidc",
"ClientId": [
"61adcf0*****9546"
],
"Description": "Desc"
}{
"Response": {
"RequestId": "59b8efa4-cdd3-46dd-b9e7-0925aa1bee74"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| FailedOperation | Operation failed. |
| InvalidParameter | Incorrect parameter. |
| InvalidParameter.IdentityNameInUse | Identity provider name already in use. |
| InvalidParameterValue.IdentityUrlError | The IdP URL is incorrect. |
| InvalidParameterValue.MetadataError | Identity provider metadata document error. |
| InvalidParameterValue.NameError | Identity provider name error. |
| LimitExceeded.IdentityFull | Limit on number of identity providers reached. |
| ResourceNotFound.IdentityNotExist | Identity provider does not exist. |
Apakah halaman ini membantu?
Anda juga dapat Menghubungi Penjualan atau Mengirimkan Tiket untuk meminta bantuan.
masukan