Domain name for API request: cam.tencentcloudapi.com.
This API (AttachRolePolicy) is used to associate a policy with a role.
A maximum of 3 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: AttachRolePolicy. |
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. |
PolicyId | No | Integer | Policy ID. Either PolicyId or PolicyName must be entered |
AttachRoleId | No | String | Role ID, used to specify a role. Input either AttachRoleId or AttachRoleName |
AttachRoleName | No | String | Role name, used to specify a role. Input either AttachRoleId or AttachRoleName |
PolicyName | No | String | Policy name. Either PolicyId or PolicyName must be entered |
Parameter Name | Type | Description |
---|---|---|
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cam.tencentcloudapi.com/?Action=AttachRolePolicy
&PolicyId=1
&AttachRoleId=4611686018427397905
&<Common request parameters>
{
"Response": {
"RequestId": "0b55ef5b-36b1-4649-8bb9-1aca465f17fb"
}
}
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 |
---|---|
InternalError.SystemError | Internal error. |
InvalidParameter.AttachmentFull | Limit on number of authorization object associated policies in the principal field reached. |
InvalidParameter.ParamError | Invalid input parameter. |
InvalidParameter.PolicyIdNotExist | Policy ID does not exist. |
InvalidParameter.PolicyNameError | PolicyName field invalid. |
InvalidParameter.RoleNotExist | Role does not exist. |
InvalidParameter.VersionError | Version field of policy document invalid. |
Was this page helpful?