Domain name for API request: cam.tencentcloudapi.com.
This API (CreateRole) is used to create a role.
A maximum of 2 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: CreateRole. |
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. |
RoleName | Yes | String | Role name |
PolicyDocument | Yes | String | Policy document |
Description | No | String | Role description |
ConsoleLogin | No | Integer | Whether login is allowed. 1: yes, 0: no |
SessionDuration | No | Integer | The maximum validity period of the temporary key for creating a role (range: 0-43200) |
Tags.N | No | Array of RoleTags | Tags bound to the role. |
Parameter Name | Type | Description |
---|---|---|
RoleId | String | Role ID Note: This field may return null, indicating that no valid value was found. |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
https://cam.tencentcloudapi.com/?Action=CreateRole
&RoleName=test_1234544
&PolicyDocument=%7B%22version%22%3A%222.0%22%2C%22statement%22%3A%5B%7B%22action%22%3A%22name%2Fsts%3AAssumeRole%22%2C%22effect%22%3A%22allow%22%2C%22principal%22%3A%7B%22service%22%3A%5B%22cloudaudit.cloud.tencent.com%22%2C%22cls.cloud.tencent.com%22%5D%7D%7D%5D%7D
&Description=abc
&<Common request parameters>
{
"Response": {
"RoleId": 123456789,
"RequestId": "0bac591a-6cc7-4e9d-8d01-74618f1a9611"
}
}
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.TagResourceFailed | Failed to bind the tag. |
InternalError.SystemError | Internal error. |
InvalidParameter.ActionError | Action field of policy document invalid. |
InvalidParameter.ActionMiss | The action in the policy syntax does not exist. |
InvalidParameter.AttachmentFull | Limit on number of authorization object associated policies in the principal field reached. |
InvalidParameter.ConditionContentError | The condition content in the policy syntax is incorrect. |
InvalidParameter.ConditionError | condition field of policy document invalid. |
InvalidParameter.ConditionTypeError | The condition operator in the policy syntax is incorrect. |
InvalidParameter.DescriptionLengthOverlimit | The input parameter description cannot exceed 300 bytes in length. |
InvalidParameter.EffectError | Effect field of policy document invalid. |
InvalidParameter.ParamError | Invalid input parameter. |
InvalidParameter.PrincipalError | principal field of policy document invalid. |
InvalidParameter.PrincipalQcsCrossError | Cross-site access is not supported for this role entity. |
InvalidParameter.PrincipalQcsError | Incorrect PrincipalQcsc . |
InvalidParameter.PrincipalQcsNotExist | PrincipalQcs does not exist. |
InvalidParameter.PrincipalServiceNotExist | PrincipalService does not exist. |
InvalidParameter.RoleFull | Limit on number of roles reached. |
InvalidParameter.RoleNameError | Role name invalid. |
InvalidParameter.RoleNameInUse | A role with the same name already exists. |
InvalidParameter.StatementError | Statement field of policy document invalid. |
InvalidParameter.TagLimitExceeded | The tag limit has been exceeded. |
InvalidParameter.TagParamError | Incorrect tag parameter. |
InvalidParameter.UserNotExist | User object does not exist |
InvalidParameter.VersionError | Version field of policy document invalid. |
Was this page helpful?