AliyunServiceCatalogAdminFullAccess 是阿里云管理的產品系統策略,您可以將 AliyunServiceCatalogAdminFullAccess 授權給 RAM 身份(RAM 用戶、RAM 用戶組和 RAM 角色),本策略定義了管理服務目錄(ServiceCatalog)的管理員側權限。
策略詳情
類型:系統策略
創建時間:2022-02-10 06:10:48
更新時間:2022-08-02 09:45:51
當前版本:v4
策略內容
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": "servicecatalog:*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ros:GetTemplate",
"ros:ValidateTemplate",
"ros:PreviewStack",
"ros:CreateStack",
"ros:ContinueCreateStack",
"ros:GetStack",
"ros:UpdateStack",
"ros:DeleteStack",
"ros:ListStacks",
"ros:ListStackEvents",
"ros:ListStackResources",
"ros:ListChangeSets"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "resourcesharing:ListSharedTargets",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ram:GetUser",
"ram:ListUsers",
"ram:GetRole",
"ram:ListRoles"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ram:PassRole",
"Resource": "*",
"Condition": {
"StringEquals": {
"acs:Service": [
"servicecatalog.aliyuncs.com"
]
}
}
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "servicecatalog.aliyuncs.com"
}
}
}
]
}
相關文檔
文檔內容是否對您有幫助?