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"
}
}
}
]
}
相关文档
文档内容是否对您有帮助?