Product | Role Name | Role Types | Role Entity |
---|---|---|---|
CDN | CDN_QCSLinkedRoleInRecordListDNSPod | Service-Related Roles | recordlistdnspod.cdn.cloud.tencent.com |
Use Cases: The current role is the CDN 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": [
{
"action": [
"dnspod:DescribeRecordList",
"dnspod:DescribeDomain"
],
"resource": "*",
"effect": "allow"
}
]
}
Was this page helpful?