AliyunPAIReadOnlyAccess 是阿里云管理的產品系統策略,您可以將 AliyunPAIReadOnlyAccess 授權給 RAM 身份(RAM 用戶、RAM 用戶組和 RAM 角色),本策略定義了只讀訪問機器學習平臺(PAI)的權限。
策略詳情
類型:系統策略
創建時間:2023-03-24 04:39:59
更新時間:2024-12-11 09:43:14
當前版本:v5
策略內容
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": [
"paiplugin:List*",
"paiplugin:Get*",
"eas:Describe*",
"eas:List*",
"pai:List*",
"pai:Get*",
"paiitag:*Get*",
"paiitag:List*",
"paiitag:*PageView*",
"paiitag:Query*",
"paiitag:*Stat",
"featurestore:Get*",
"featurestore:List*",
"paiabtest:Get*",
"paiabtest:List*",
"pailangstudio:Get*",
"pailangstudio:List*"
],
"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": "*"
}
]
}
相關文檔
文檔內容是否對您有幫助?