Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Data Security Governance Center | DSGC_QCSLinkedRoleInApiSec | Service-Related Roles | apisec.dsgc.cloud.tencent.com |
Use Cases: The current role is the DSGC 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": [
"cvm:DescribeInstances",
"clb:CreateLoadBalancer",
"clb:DeleteLoadBalancer",
"clb:CreateListener",
"clb:DescribeListeners",
"clb:DeleteListener",
"clb:DeleteLoadBalancerListeners",
"clb:RegisterTargets",
"clb:DeregisterTargets",
"vpc:CreateVpcEndPointService",
"vpc:DescribeVpcEndPointService",
"vpc:ModifyVpcEndPointServiceAttribute",
"vpc:DeleteVpcEndPointService",
"vpc:CreateVpcEndPointServiceWhiteList",
"vpc:DescribeVpcEndPointServiceWhiteList",
"vpc:DeleteVpcEndPointServiceWhiteList",
"vpc:EnableVpcEndPointConnect",
"vpc:CheckVpcEndPointServiceExist",
"vpc:CreateVpcEndPoint",
"vpc:DescribeVpcEndPoint",
"vpc:ModifyVpcEndPointAttribute",
"vpc:DeleteVpcEndPoint",
"vpc:DeleteVpcEndPointAndServiceAll",
"tat:DescribeAutomationAgentStatus",
"tat:RunCommand",
"tat:DescribeInvocations",
"tat:DescribeInvocationTasks"
],
"resource": "*"
}
]
}
문제 해결에 도움이 되었나요?