AliyunIDaaSEiamFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunIDaaSEiamFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理云身份服务(EIAM2.0)的权限。
策略详情
类型:系统策略
创建时间:2022-02-25 11:42:25
更新时间:2023-05-25 01:48:57
当前版本:v2
策略内容
{
"Version": "1",
"Statement": [
{
"Action": [
"ecs:DescribeNetworkInterfaces",
"ecs:DescribeNetworkInterfaceAttribute",
"ecs:DescribeSecurityGroups",
"ecs:DescribeSecurityGroupAttribute",
"ecs:DescribeSecurityGroupReferences"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"vpc:DescribeVpcs",
"vpc:DescribeVSwitches",
"vpc:DescribeNatGateways",
"vpc:DescribeSnatTableEntries"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Effect": "Allow",
"Action": "eiam:*",
"Resource": "*"
},
{
"Action": [
"ram:CreateServiceLinkedRole",
"ram:CheckServiceLinkedRoleExistence"
],
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "eiam.aliyuncs.com"
}
}
}
]
}
相关文档
文档内容是否对您有帮助?