AliyunHBRFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunHBRFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理云备份(Cloud Backup)的权限。
策略详情
类型:系统策略
创建时间:2017-12-04 06:54:13
更新时间:2022-01-14 08:53:17
当前版本:v5
策略内容
{
"Version": "1",
"Statement": [
{
"Action": "hbr:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "hdr:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"ecs:DescribeImages",
"ecs:DescribeInstances",
"ecs:DescribeInstanceAttribute"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"vpc:DescribeVSwitches",
"vpc:DescribeVpcs",
"vpc:DescribeEipAddresses",
"vpc:DescribeVpcAttribute",
"vpc:DescribeZones",
"vcp:DescribeVSwitchAttributes"
],
"Resource": "*",
"Effect": "Allow"
},
{
"Action": [
"ram:CreateServiceLinkedRole",
"ram:DeleteServiceLinkedRole"
],
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": [
"dr.hbr.aliyuncs.com",
"ecsbackup.hbr.aliyuncs.com",
"ossbackup.hbr.aliyuncs.com",
"nasbackup.hbr.aliyuncs.com",
"csgbackup.hbr.aliyuncs.com",
"vaultencryption.hbr.aliyuncs.com",
"otsbackup.hbr.aliyuncs.com",
"crossbackup.hbr.aliyuncs.com",
"ecsencryption.hbr.aliyuncs.com",
"magpiebridge.hbr.aliyuncs.com"
]
}
}
}
]
}