AliyunPAIFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunPAIFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理机器学习(PAI)的权限。
策略详情
类型:系统策略
创建时间:2023-03-24 04:16:51
更新时间:2023-03-24 04:16:51
当前版本:v1
策略内容
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": [
"pai:*",
"paiplugin:*",
"eas:*",
"paiflow:*",
"paidesigner:*",
"paidlc:*",
"paidsw:*",
"paiimage:*",
"paicodesource:*",
"paidataset:*",
"paitrainingservice:*",
"paimodel:*",
"paicomponentmanagement:*",
"paiautoml:*",
"pailangstudio:*",
"paiartlab:*",
"paiexperiment:*",
"paiworkspace:*",
"paiitag:*",
"featurestore:*",
"paiabtest:*"
],
"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": "*"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "eas.pai.aliyuncs.com"
}
}
}
]
}
相关文档
文档内容是否对您有帮助?