文档

AliyunPAIReadOnlyAccess

更新时间:

AliyunPAIReadOnlyAccess 是阿里云管理的产品系统策略,您可以将 AliyunPAIReadOnlyAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了只读访问机器学习平台(PAI)的权限。

策略详情

  • 类型:系统策略

  • 创建时间:2023-03-24 04:39:59

  • 更新时间:2023-05-29 03:30:48

  • 当前版本:v2

策略内容

{
  "Version": "1",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "paiplugin:List*",
        "paiplugin:Get*",
        "eas:Describe*",
        "eas:List*",
        "pai:List*",
        "pai:Get*"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": "oss:ListBuckets",
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "bssapi:DescribePricingModule",
        "bss:DescribeProduct"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "bssapi:GetPayAsYouGoPrice",
        "bss:DescribePrice"
      ],
      "Resource": "*",
      "Condition": {
        "StringEquals": {
          "bssapi:ProductCode": [
            "learn"
          ]
        }
      }
    },
    {
      "Effect": "Allow",
      "Action": [
        "log:ListProject",
        "log:ListLogStores"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "vpc:DescribeVpcs",
        "vpc:DescribeVSwitches",
        "ecs:DescribeSecurityGroups"
      ],
      "Resource": "*"
    }
  ]
}

相关文档

  • 本页导读 (1)