tencent cloud

Cloud Access Management

Cloud Contact Center

Download
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-08-06 09:53:23

Service roles and service-linked roles are predefined by Tencent Cloud services and, upon user authorization, the corresponding services can access and use resources by assuming these service-linked roles. This document provides detailed information on the use cases and associated authorization policies of these specific service-linked roles.

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

CCC_QCSLinkedRoleInKms

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

  • Policy Name: QcloudAccessCccForLinkedRoleInKms
  • Policy Information:
    {
        "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": "*"
            }
        ]
    }

CCC_QCSLinkedRoleInRecordsCopy

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

  • Policy Name: QcloudAccessForCCCLinkedRoleInRecordsCopy
  • Policy Information:
    {
        "version": "2.0",
        "statement": [
            {
                "effect": "allow",
                "action": [
                    "cos:GetService",
                    "cos:PutObject",
                    "cos:PutObjectCopy"
                ],
                "resource": [
                    "*"
                ]
            }
        ]
    }

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백