| Product | Role Name | Role Types | Role Entity |
|---|---|---|---|
| tencent distributed cloud center | TDCC_QCSLinkedRoleInOps | Service-Related Roles | cvm.qcloud.com ops.tdcc.cloud.tencent.com |
Use Cases: The current role is the TDCC 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",
"action": [
"cls:listTopic",
"cls:getTopic",
"cls:createTopic",
"cls:modifyTopic",
"cls:listMachineGroup",
"cls:getMachineGroup",
"cls:createMachineGroup",
"cls:modifyMachineGroup",
"cls:deleteMachineGroup",
"cls:getMachineStatus",
"cls:pushLog",
"cls:agentHeartBeat",
"cls:getConfig",
"cls:getIndex",
"cls:modifyIndex",
"cls:ApplyConfigToMachineGroup",
"cls:CreateConfig",
"cls:CreateIndex",
"cls:CreateLogset",
"cls:CreateMachineGroup",
"cls:CreateTopic",
"cls:DeleteConfig",
"cls:DeleteConfigFromMachineGroup",
"cls:DeleteLogset",
"cls:DeleteMachineGroup",
"cls:DeleteTopic",
"cls:DescribeConfigMachineGroups",
"cls:DescribeConfigs",
"cls:DescribeLogsets",
"cls:DescribeMachineGroupConfigs",
"cls:DescribeMachineGroups",
"cls:DescribeTopics",
"cls:ModifyConfig",
"cls:ModifyIndex",
"cls:ModifyMachineGroup",
"cls:ModifyTopic",
"cls:GetChart",
"cls:CreateChart",
"cls:GetDashboard",
"cls:ListDashboard",
"cls:ListChart",
"cls:DeleteDashboard",
"cls:DeleteChart",
"cls:CreateDashboard",
"cls:ModifyDashboard",
"cam:ListMaskedSubAccounts",
"cam:GetUserBasicInfo"
],
"resource": [
"*"
]
}
]
}
Feedback