| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| Cloud Contact Center | CCC_QCSLinkedRoleInKms | Service-Related Roles | kms.ccc.cloud.tencent.com |
| Cloud Contact Center | CCC_QCSLinkedRoleInRecordsCopy | Service-Related Roles | recordscopy.ccc.cloud.tencent.com |
Use Cases: The current role is the CCC service linked role which will access your KMS resources within the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"kms:BindCloudResource",
"kms:VerifyByAsymmetricKey",
"kms:SignByAsymmetricKey",
"kms:GenerateDataKey",
"kms:AsymmetricRsaDecrypt",
"kms:AsymmetricSm2Decrypt",
"kms:ListDataKeyDetail",
"kms:DescribeDataKey",
"kms:GetRegions",
"kms:GetDataKeyCiphertextBlob",
"kms:ListKeys",
"kms:GetServiceStatus",
"kms:ListKeyDetail",
"kms:Encrypt",
"kms:Decrypt",
"kms:BuyService",
"kms:GetPublicKey",
"kms:ListKey"
],
"resource": "*"
}
]
}
Use Cases: The current role is the CCC service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"cos:GetService",
"cos:PutObject",
"cos:PutObjectCopy"
],
"resource": [
"*"
]
}
]
}
Feedback