AliyunServiceCatalogAdminReadOnlyAccess 是阿里云管理的产品系统策略,您可以将 AliyunServiceCatalogAdminReadOnlyAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了只读访问服务目录(ServiceCatalog)的管理员侧权限。
策略详情
类型:系统策略
创建时间:2022-02-10 06:11:23
更新时间:2022-04-28 08:37:48
当前版本:v2
策略内容
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": [
"servicecatalog:Get*",
"servicecatalog:List*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"ros:GetTemplate",
"ros:ValidateTemplate",
"ros:GetStack",
"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": "*"
}
]
}
相关文档
文档内容是否对您有帮助?