Product | Role Name | Role Types | Role Entity |
---|---|---|---|
TencentDB for DBbrain | DBBRAIN_QCSLinkedRoleInRedisAutonomy | Service-Related Roles | RedisAutonomy.dbbrain.cloud.tencent.com |
Use Cases: The current role is the dbbrain service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"redis:DescribeInstances",
"redis:UpgradeInstance",
"redis:UpgradeInstanceVersion",
"redis:InquiryPriceUpgradeInstance",
"redis:DescribeProductInfo",
"redis:DescribeInstanceShardInfo"
],
"effect": "allow",
"resource": "*"
},
{
"action": [
"finance:trade"
],
"effect": "allow",
"resource": "qcs::redis:::*"
}
],
"version": "2.0"
}