All Products
Search
Document Center

Resource Access Management:AliyunNISFullAccess

Last Updated:Mar 18, 2024

AliyunNISFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunNISFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunNISFullAccess policy: Provides full access to Network Intelligence Service (NIS) via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 09:41:40 on January 25, 2022

  • Update time: 09:41:40 on January 25, 2022

  • Current version: v1

Policy content

{
  "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": "*"
    }
  ]
}

References