AliyunDNSFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunDNSFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunDNSFullAccess policy: Provides full access to DNS Service via Management Console.
Policy details
Type: service system policy
Creation time: 12:06:56 on October 10, 2017
Update time: 06:47:26 on July 29, 2020
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "alidns:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"alidns.aliyuncs.com",
"gtm.aliyuncs.com"
]
}
}
}
]
}