全部产品
Search
文档中心

访问控制:AliyunYundunBastionHostFullAccess

更新时间:Dec 16, 2024

AliyunYundunBastionHostFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunYundunBastionHostFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理云盾堡垒机(BastionHost)的权限。

策略详情

  • 类型:系统策略

  • 创建时间:2017-05-24 04:27:51

  • 更新时间:2024-12-16 11:11:59

  • 当前版本:v4

策略内容

{
    "Version": "1",
    "Statement": [
        {
            "Action": "yundun-bastionhost:*",
            "Resource": "*",
            "Effect": "Allow"
        },
        {
            "Action": "pam:GetInstanceDetail",
            "Resource": "*",
            "Effect": "Allow"
        },
        {
            "Action": [
                "ram:CreateServiceLinkedRole",
                "ram:CheckServiceLinkedRoleExistence"
            ],
            "Resource": "*",
            "Effect": "Allow",
            "Condition": {
                "StringEquals": {
                    "ram:ServiceName": "bastionhost.aliyuncs.com"
                }
            }
        }
    ]
}

相关文档