AliyunNISFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunNISFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理网络智能服务(NIS)的权限。
策略详情
类型:系统策略
创建时间:2022-01-25 09:41:40
更新时间:2022-01-25 09:41:40
当前版本:v1
策略内容
{
"Version": "1",
"Statement": [
{
"Effect": "Allow",
"Action": "bssapi:CreateInstance",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"nis.aliyuncs.com"
]
}
}
},
{
"Effect": "Allow",
"Action": [
"cbn:Describe*",
"cbn:List*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "vpc:Describe*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "vpc:Get*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "vpc:List*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "slb:Describe*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"alb:Get*",
"alb:List*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"nlb:Get*",
"nlb:List*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "tag:List*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "cms:Describe*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "ecs:Describe*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "yundun-cloudfirewall:Describe*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": "nis:*",
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"log:CreateLogging",
"log:CreateProject",
"log:ListLogStores",
"log:ListProject"
],
"Resource": "*"
}
]
}
相关文档
文档内容是否对您有帮助?