Product | Role Name | Role Types | Role Entity |
---|---|---|---|
Private DNS | PrivateDNS_QCSLinkedRoleInPL | Service-Related Roles | privatedns.cloud.tencent.com |
Private DNS | PrivateDNS_QCSLinkedRoleInCls | Service-Related Roles | privatedns.qcloud.com |
Use Cases: The current role is the privatedns service linked role, which will access your other service resources within the scope of the permissions of the associated policy.
Authorization Polices
{
"statement": [
{
"action": [
"vpc:CreateVpcEndPoint",
"vpc:DeleteVpcEndPoint",
"vpc:CreateVpcEndPointService",
"vpc:DeleteVpcEndPointService",
"vpc:CreateVpcEndPointServiceWhiteList",
"vpc:DeleteVpcEndPointServiceWhiteList",
"vpc:DescribeVpcEndPointService",
"clb:DescribeLoadBalancers",
"clb:DescribeLoadBalancersDetail",
"clb:DescribeListeners",
"clb:DescribeTargets"
],
"effect": "allow",
"resource": "*"
}
],
"version": "2.0"
}
Use Cases: The current role is the privatedns 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:DescribeConfigs",
"cls:DescribeDashboards",
"cls:DescribeTopics",
"cls:GetChart",
"cls:GetClsService",
"cls:GetDashboard",
"cls:getCursor",
"cls:getIndex",
"cls:getLogset",
"cls:getTopic",
"cls:searchLog",
"cls:CreateChart",
"cls:CreateDashboard",
"cls:CreateIndex",
"cls:ModifyDashboard",
"cls:createLogset",
"cls:createTopic",
"cls:downloadLog",
"cls:pushLog",
"cls:DescribeLogsets",
"cls:ListChart",
"cls:ListDashboard",
"cls:listLogset",
"cls:listTopic",
"cls:DescribeAgentConfigs"
],
"resource": [
"*"
]
}
]
}
Was this page helpful?