tencent cloud

Cloud Access Management

TencentDB for MongoDB

Download
Focus Mode
Font Size
Last updated: 2026-08-06 09:54:17

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 MongoDB MongoDB_QCSLinkedRoleInKMS Service-Related Roles kms.mongodb.cloud.tencent.com
Cloud MongoDB MongoDB_QCSLinkedRoleInDBlog Service-Related Roles DBLog.mongo.cloud.tencent.com
Cloud MongoDB MongoDB_QCSLinkedRoleInLogPush Service-Related Roles logpush.mongodb.cloud.tencent.com
Cloud MongoDB MongoDB_QCSLinkedRoleInSSLCert Service-Related Roles ssl.mongodb.cloud.tencent.com

MongoDB_QCSLinkedRoleInKMS

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

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

MongoDB_QCSLinkedRoleInDBlog

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

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

MongoDB_QCSLinkedRoleInLogPush

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

  • Policy Name: QcloudAccessForMongoDBLinkedRoleInLogPush
  • Policy Information:
    {
        "version": "2.0",
        "statement": [
            {
                "effect": "allow",
                "action": [
                    "cls:pushLog"
                ],
                "resource": "*"
            }
        ]
    }

MongoDB_QCSLinkedRoleInSSLCert

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

  • Policy Name: QcloudAccessForMongoDBLinkedRoleInSSLCert
  • Policy Information:
    {
        "version": "2.0",
        "statement": [
            {
                "effect": "allow",
                "action": [
                    "ssl:DescribeCertificates",
                    "ssl:DescribeCertificateDetail"
                ],
                "resource": "*"
            }
        ]
    }

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback