Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Cloud Database | CDB_QCSLinkedRoleInDBLog | Service-Related Roles | DBLog.cdb.cloud.tencent.com |
Cloud Database | CDB_QCSLinkedRoleInCdbwan | Service-Related Roles | cdbwan.cdb.cloud.tencent.com |
Use Cases: The current role is the TencentDB for MySQL 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:ModifyKafkaRecharge",
"cls:DescribeKafkaRecharges",
"cls:DeleteKafkaRecharge",
"cls:CreateKafkaRecharge",
"cls:DeleteCloudProductLogTask"
],
"resource": "*"
}
]
}
Use Cases: The current role is the CDB_QCSLinkedRoleInCdbwan service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"clb:DescribeLoadBalancers",
"clb:CreateLoadBalancer",
"clb:DeleteLoadBalancer",
"clb:ModifyLoadBalancerAttributes",
"clb:ModifyLBOperateProtect",
"clb:CreateListener",
"clb:DescribeListeners",
"clb:DeleteListener",
"clb:RegisterTargets",
"clb:BatchRegisterTargets",
"clb:DeregisterTargets",
"clb:BatchDeregisterTargets",
"clb:ModifyListener",
"clb:DescribeTaskStatus",
"clb:DescribeTargets"
],
"effect": "allow",
"resource": [
"*"
]
},
{
"effect": "allow",
"action": "finance:trade",
"resource": "qcs::clb:::*"
}
],
"version": "2.0"
}
Was this page helpful?