tencent cloud

Cloud Access Management

Cloud Migration

下载
聚焦模式
字号
最后更新时间: 2026-09-09 09:59:20

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 Migration CMG_QCSLinkedRoleInCredentialAccess Service-Related Roles credentialaccess.cmg.cloud.tencent.com

CMG_QCSLinkedRoleInCredentialAccess

Use Cases: The role is used to authorize the CMG to access Tencent cloud resources such as SSM and COS without requiring the user to host the key, which makes the operation more efficient and secure.
Authorization Polices

  • Policy Name: QcloudAccessForCMGLinkedRoleInCredentialAccess
  • Policy Information:
    {
        "version": "2.0",
        "statement": [
            {
                "effect": "allow",
                "action": [
                    "ssm:GetSecretValue",
                    "ssm:DescribeSecret",
                    "cos:HeadObject",
                    "cos:GetObject"
                ],
                "resource": "*"
            }
        ]
    }

帮助和支持

本页内容是否解决了您的问题?

填写满意度调查问卷,共创更好文档体验。

文档反馈