tencent cloud

Cloud Access Management

プロダクトの概要
CAMの概要
製品機能
適用シーン
基本概念
使用制限
ユーザータイプ
購入ガイド
クイックスタート
管理者ユーザーを作成する
サブアカウントの作成と権限付与
サブアカウントのコンソールログイン
ユーザーガイド
概要
ユーザー
アクセスキー
ユーザーグループ
ロール
アイデンティティプロバイダー
ポリシー
権限境界
トラブルシューティング
セキュリティ分析レポートのダウンロード
CAM-Enabled Role
Overview
Compute
Container
Microservice
Essential Storage Service
Data Process and Analysis
Data Migration
Relational Database
Enterprise Distributed DBMS
NoSQL Database
Database SaaS Tool
Database SaaS Service
Networking
CDN and Acceleration
Network Security
Data Security
Application Security
Domains & Websites
Big Data
Middleware
Interactive Video Services
Real-Time Interaction
Media On-Demand
Media Process Services
Media Process
Cloud Real-time Rendering
Game Services
Cloud Resource Management
Management and Audit Tools
Developer Tools
Monitor and Operation
More
CAM-Enabled API
Overview
Compute
Edge Computing
Container
Distributed cloud
Microservice
Serverless
Essential Storage Service
Data Process and Analysis
Data Migration
Relational Database
Enterprise Distributed DBMS
NoSQL Database
Database SaaS Tool
Networking
CDN and Acceleration
Network Security
Endpoint Security
Data Security
Business Security
Application Security
Domains & Websites
Office Collaboration
Big Data
Voice Technology
Image Creation
Tencent Big Model
AI Platform Service
Natural Language Processing
Optical Character Recognition
Middleware
Communication
Interactive Video Services
Real-Time Interaction
Stream Services
Media On-Demand
Media Process Services
Media Process
Cloud Real-time Rendering
Game Services
Education Sevices
Medical Services
Cloud Resource Management
Management and Audit Tools
Developer Tools
Monitor and Operation
More
実践のチュートリアル
セキュリティの実践チュートリアル
複数アイデンティティ権限管理
Tag下の一部操作権限を付与する
従業員間のリソース分離アクセスのサポート
企業マルチアカウント権限管理
従業員のTencent Cloud操作ログを閲覧する
ABACによる従業員のリソースアクセス権限管理
タグ認証時にタグキーのみマッチをサポート
商用事例
MySQL関連ケース
CLB 関連ケース
CMQ関連ケース
COS 関連ケース
CVM関連ケース
VPC 関連ケース
VOD関連ケース
その他のケース
よくあるご質問
ロール関連問題
キー関連の問題
その他の問題
CAMユーザーと権限の問題
用語一覧

Cloud Object Storage

フォーカスモード
フォントサイズ
最終更新日: 2026-04-01 10:02:11

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
COS COS_QCSLinkedRoleInCOSAcc Service-Related Roles COSAcc.COS.cloud.tencent.com
COS COS_QCSLinkedRoleInCLSAccess Service-Related Roles cosoclsr.cos.cloud.tencent.com
COS COS_QCSLinkedRoleVectorBucket Service-Related Roles vector.cos.cloud.tencent.com
COS COS_QCSLinkedRoleInLighthouseMounting Service-Related Roles lhmounting.cos.cloud.tencent.com

COS_QCSLinkedRoleInCOSAcc

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

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

COS_QCSLinkedRoleInCLSAccess

Use Cases: Object Storage Service (COS) operation permissions include but are not limited to the following permissions: Add, delete, and modify log service (CLS) log sets, log topics, logs, add, delete, and modify machine groups, add, delete, and modify indexes, and delivery logs, etc.
Authorization Polices

  • Policy Name: QcloudAccessForCOSLinkedRoleInCosoclsr
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "cls:CreateIndex",
                  "cls:ModifyIndex",
                  "cls:DescribeIndex",
                  "cls:CreateTopic",
                  "cls:ModifyTopic",
                  "cls:DeleteTopic",
                  "cls:DescribeTopics",
                  "cls:ModifyLogset",
                  "cls:DeleteLogset",
                  "cls:CreateLogset",
                  "cls:DescribeLogsets",
                  "tag:DescribeResourceTagsByResourceIds",
                  "tag:DescribeTagKeys",
                  "tag:DescribeTagValues",
                  "tag:DescribeResourceTags",
                  "tag:TagResources",
                  "tag:DescribeTags"
              ],
              "resource": "*"
          }
      ]
    }
    

COS_QCSLinkedRoleVectorBucket

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

  • Policy Name: QcloudCOSAccessForVectorBucket
  • Policy Information:
    {
      "version": "2.0",
      "statement": [
          {
              "effect": "allow",
              "action": [
                  "cos:PutBucketEncryption",
                  "cos:GetBucketEncryption",
                  "cos:DeleteBucketEncryption",
                  "cos:PutObject",
                  "cos:PutObjectCopy",
                  "cos:PostObject",
                  "cos:GetObject",
                  "cos:HeadObject",
                  "cos:DeleteObject",
                  "cos:DeleteMultipleObjects",
                  "cos:PutObjectTagging",
                  "cos:GetObjectTagging",
                  "cos:DeleteObjectTagging",
                  "cos:InitiateMultipartUpload",
                  "cos:UploadPart",
                  "cos:UploadPartCopy",
                  "cos:CompleteMultipartUpload",
                  "cos:AbortMultipartUpload",
                  "cos:ListMultipartUploads",
                  "cos:ListParts",
                  "cos:PutBucket",
                  "cos:GetBucket",
                  "cos:HeadBucket",
                  "cos:DeleteBucket"
              ],
              "resource": "*"
          }
      ]
    }
    

COS_QCSLinkedRoleInLighthouseMounting

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

  • Policy Name: QcloudAccessForCOSLinkedRoleInLighthouseMounting
  • Policy Information:
    {
      "statement": [
          {
              "action": [
                  "tat:DescribeCommands",
                  "tat:RunCommand",
                  "tat:InvokeCommand",
                  "tat:DescribeInvocations",
                  "tat:DescribeInvocationTasks",
                  "tat:DescribeAutomationAgentStatus",
                  "tat:CancelInvocation",
                  "tat:DescribeInstancesFeatureStatus"
              ],
              "effect": "allow",
              "resource": "*"
          }
      ],
      "version": "2.0"
    }
    

ヘルプとサポート

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

フィードバック