All Products
Search
Document Center

Resource Access Management:AliyunServiceCatalogAdminReadOnlyAccess

Last Updated:Dec 28, 2023

AliyunServiceCatalogAdminReadOnlyAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunServiceCatalogAdminReadOnlyAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunServiceCatalogAdminReadOnlyAccess policy: Provides read-only access to Service Catalog for admin via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 06:11:23 on February 10, 2022

  • Update time: 08:37:48 on April 28, 2022

  • Current version: v2

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "servicecatalog:Get*",
        "servicecatalog:List*"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "ros:GetTemplate",
        "ros:ValidateTemplate",
        "ros:GetStack",
        "ros:ListStacks",
        "ros:ListStackEvents",
        "ros:ListStackResources",
        "ros:ListChangeSets"
      ],
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": "resourcesharing:ListSharedTargets",
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "ram:GetUser",
        "ram:ListUsers",
        "ram:GetRole",
        "ram:ListRoles"
      ],
      "Resource": "*"
    }
  ]
}

References