All Products
Search
Document Center

Resource Access Management:AliyunAdcpFullAccess

Last Updated:Mar 12, 2024

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

Policy details

  • Type: service system policy

  • Creation time: 08:02:09 on March 31, 2022

  • Update time: 08:02:09 on March 31, 2022

  • Current version: v1

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": "ram:GetRole",
      "Resource": [
        "acs:ram:*:*:role/aliyunadcpserverlesskubernetesrole",
        "acs:ram:*:*:role/aliyunadcpmanagedmserole"
      ],
      "Effect": "Allow"
    },
    {
      "Action": "adcp:*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "adcp.aliyuncs.com"
        }
      }
    }
  ]
}

References