All Products
Search
Document Center

Resource Access Management:AliyunPvtzFullAccess

更新時間:Dec 28, 2023

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

Policy details

  • Type: service system policy

  • Creation time: 07:34:29 on June 20, 2018

  • Update time: 02:17:33 on August 21, 2020

  • Current version: v2

Policy content

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

References