All Products
Search
Document Center

Resource Access Management:AliyunDataHubFullAccess

Last Updated:Dec 28, 2023

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

Policy details

  • Type: service system policy

  • Creation time: 01:26:56 on November 20, 2019

  • Update time: 12:15:55 on July 19, 2021

  • Current version: v3

Policy content

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

References