tencent cloud

Cloud Access Management

TencentDB for SQL Server

Download
フォーカスモード
フォントサイズ
最終更新日: 2026-08-06 09:54:29

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
TencentDB for SQL Server SQLServer_QCSLinkedRoleInKMS Service-Related Roles kms.sqlserver.cloud.tencent.com
TencentDB for SQL Server SQLServer_QCSLinkedRoleInDBLogToCLS Service-Related Roles DBLogToCLS.SQLServer.cloud.tencent.com

SQLServer_QCSLinkedRoleInKMS

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

  • Policy Name: QcloudAccessForSQLServerLinkedRoleInKMS
  • Policy Information:
    {
        "version": "2.0",
        "statement": [
            {
                "effect": "allow",
                "action": [
                    "kms:ListKeyDetail",
                    "kms:CreateKey",
                    "kms:GenerateDataKey",
                    "kms:Decrypt",
                    "kms:BindCloudResource",
                    "kms:UnbindCloudResource",
                    "kms:Encrypt",
                    "kms:DescribeKey"
                ],
                "resource": "*"
            }
        ]
    }

SQLServer_QCSLinkedRoleInDBLogToCLS

Use Cases: The current role is the SQL Server service linked role, which will access your service resources (cls) within the scope of the permissions of the associated policy.
Authorization Polices

  • Policy Name: QcloudAccessForSQLServerDBLinkedRoleInDBLogDeliverToCLS
  • Policy Information:
    {
        "version": "2.0",
        "statement": [
            {
                "effect": "allow",
                "action": [
                    "cls:ModifyKafkaRecharge",
                    "cls:DescribeKafkaRecharges",
                    "cls:DeleteKafkaRecharge",
                    "cls:CreateKafkaRecharge",
                    "cls:DeleteCloudProductLogTask",
                    "cls:ModifyCloudProductLogTask"
                ],
                "resource": "*"
            }
        ]
    }

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック