CAM Overview
Features
Scenarios
Basic Concepts
Use Limits
User Types
| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| Cloud Virtual Machine | CVM_QCSLinkedRoleInCbsInit | Service-Related Roles | cbsinit.cvm.cloud.tencent.com |
| Cloud Virtual Machine | CVM_QCSLinkedRoleInClawPro | Service-Related Roles | clawpro.cvm.cloud.tencent.com |
| Cloud Virtual Machine | CVM_QCSLinkedRoleInOpenClaw | Service-Related Roles | openclaw.cvm.cloud.tencent.com |
| Cloud Virtual Machine | CVM_QCSLinkedRoleInClawProAgent | Service-Related Roles | cvm.qcloud.com |
| Cloud Virtual Machine | CVM_QCSLinkedRoleInCVMRecommender | Service-Related Roles | CVMRecommender.cvm.cloud.tencent.com |
| Cloud Virtual Machine | CVM_QCSLinkedRoleInCVMSmartDiagnostic | Service-Related Roles | cvmsmartdiagnostic.cvm.cloud.tencent.com |
Use Cases: The current role is the CVM service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"resource": [
"*"
],
"action": [
"tat:RunCommand",
"tat:DescribeInvocations",
"tat:DescribeInvocationTasks",
"tat:DescribeAutomationAgentStatus"
]
}
]
}
Use Cases: The current role is the Cloud Server-ClawPro service role, which will access your other cloud service resources within the permissions defined by the associated policies.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"cvm:*",
"tat:*",
"vpc:*",
"ses:*",
"sms:*",
"cos:*",
"cls:*",
"csip:*",
"cwp:*",
"cam:PassRole",
"orcaterm:*",
"vdb:*",
"smh:*"
],
"resource": "*"
},
{
"effect": "allow",
"action": [
"finance:trade"
],
"resource": [
"qcs::cvm:::*",
"qcs::cls:::*",
"qcs::vdb:::*"
]
}
]
}
Use Cases: The current role is the cloud server -OpenClaw service role. This role will access your other cloud service resources within the permission scope of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"cvm:*",
"tat:*",
"vpc:*",
"ses:*",
"sms:*"
],
"resource": "*"
},
{
"effect": "allow",
"action": [
"finance:trade"
],
"resource": [
"qcs::cvm:::*"
]
}
]
}
Use Cases: The current role is the Cloud Server-ClawProAgent service role, which will access your other cloud service resources within the permissions defined by the associated policies.
Authorization Polices
{
"statement": [
{
"action": [
"cls:pushLog",
"cls:getConfig",
"cls:agentHeartBeat",
"cls:MetricsRemoteWrite",
"cls:OpenClawService"
],
"effect": "allow",
"resource": [
"*"
]
}
],
"version": "2.0"
}
Use Cases: The current role is related to the CVM service.This role can access your CVM resouce usage and cost optimization recommendation with the permission granted by the associated policies
Authorization Polices
{
"version": "2.0",
"statement": [
{
"effect": "allow",
"action": [
"cos:ListParts",
"cos:PostObject",
"cos:PutObject*",
"cos:InitiateMultipartUpload",
"cos:UploadPart",
"cos:UploadPartCopy",
"cos:CompleteMultipartUpload",
"cos:AbortMultipartUpload",
"cos:ListMultipartUploads",
"organization:DescribeOrganizationMembers",
"organization:CreateOrgMemberProductServiceRole",
"region:DescribeRegions",
"cvm:DescribeInstances",
"cvm:DescribeInstancesStatus",
"monitor:GetMonitorData",
"cvm:InquiryPriceResetInstancesType",
"cvm:InquiryPriceTerminateInstances",
"cvm:DescribeZoneInstanceConfigInfos",
"cvm:InquiryPriceRunInstances",
"organization:DescribeOrganization"
],
"resource": "*"
}
]
}
Use Cases: The current role is the CVM service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"version": "2.0",
"statement": [
{
"action": [
"tat:DescribeAutomationAgentStatus",
"tat:RunCommand",
"tat:DescribeInvocationTasks",
"cwp:DescribeMachineInfo",
"cwp:DescribeMalWareList",
"cwp:DescribeHostLoginList",
"cwp:DescribeBruteAttackList",
"cwp:DescribeRiskDnsList",
"cwp:DescribeBashEvents"
],
"resource": "*",
"effect": "allow"
}
]
}
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback