All Products
Search
Document Center

Resource Access Management:AliyunDCDNFullAccess

Last Updated:Jul 29, 2024

AliyunDCDNFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunDCDNFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunDCDNFullAccess policy: Provides full access to DCDN via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 09:21:39 on April 03, 2018

  • Update time: 07:19:33 on February 01, 2021

  • Current version: v2

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": "dcdn:*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
      "ram:CreateServiceLinkedRole",
      "ram:CheckServiceLinkedRoleExistence"
      ],
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": [
            "logdelivery.dcdn.aliyuncs.com"
          ]
        }
      }
    }
  ]
}

References