tencent cloud

Cloud Access Management

Tencent Cloud Automation Tools

Download
Modo Foco
Tamanho da Fonte
Última atualização: 2026-07-30 19:16:40

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
TencentCloud Automation Tools TAT_QCSLinkedRoleInCommand Service-Related Roles command.tat.cloud.tencent.com
TencentCloud Automation Tools TAT_QCSLinkedRoleInUploadInvocation Service-Related Roles uploadinvocation.tat.cloud.tencent.com

TAT_QCSLinkedRoleInCommand

Use Cases: The current role is the TAT service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForTATLinkedRoleInCommand
  • Policy Information:
    {
        "version": "2.0",
        "statement": [
            {
                "action": [
                    "cvm:Describe*",
                    "lighthouse:Describe*"
                ],
                "resource": "*",
                "effect": "allow"
            }
        ]
    }

TAT_QCSLinkedRoleInUploadInvocation

Use Cases: The current role is the TAT service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForTATLinkedRoleInUploadInvocation
  • Policy Information:
    {
        "statement": [
            {
                "action": [
                    "cos:HeadBucket",
                    "cos:GetBucket",
                    "cos:PutObject"
                ],
                "effect": "allow",
                "resource": "*"
            }
        ],
        "version": "2.0"
    }

Ajuda e Suporte

Esta página foi útil?

comentários