All Products
Search
Document Center

Resource Access Management:AliyunMSEFullAccess

Last Updated:Dec 19, 2024

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

Policy details

  • Type: service system policy

  • Creation time: 11:46:03 on July 25, 2019

  • Update time: 07:42:36 on December 19, 2024

  • Current version: v3

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": [
        "mse:*"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
        "schedulerx3:*"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
        "edas:*Schedulerx*"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ram:CreateServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "mse.aliyuncs.com"
        }
      }
    }
  ]
}

References