tencent cloud

Cloud Access Management

LLM Service TokenHub

PDF
Focus Mode
Font Size
Last updated: 2026-04-27 09:14:27

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
TokenHub TokenHub_QCSLinkedRoleInBatchInference Service-Related Roles batchinference.tokenhub.cloud.tencent.com

TokenHub_QCSLinkedRoleInBatchInference

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

  • Policy Name: QcloudAccessForTokenhubRoleInBatchInference
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "cos:AbortMultipartUpload",
                  "cos:DeleteMultipleObjects",
                  "cos:DeleteObject",
                  "cos:GetBucket",
                  "cos:GetObject",
                  "cos:HeadBucket",
                  "cos:HeadObject",
                  "cos:ListMultipartUploads",
                  "cos:PutBucket",
                  "cos:PutObject",
                  "cos:ListParts",
                  "cos:UploadPart",
                  "cos:UploadPartCopy",
                  "cos:PutObjectCopy",
                  "cos:InitiateMultipartUpload",
                  "cos:CompleteMultipartUpload"
              ],
              "resource": "*"
          }
      ]
    }
    

Help and Support

Was this page helpful?

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

Feedback