All Products
Search
Document Center

Resource Access Management:AliyunMongoDBReadOnlyAccess

Last Updated:Dec 28, 2023

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

Policy details

  • Type: service system policy

  • Creation time: 06:01:17 on June 16, 2016

  • Update time: 12:14:50 on February 22, 2022

  • Current version: v2

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": "dds:Describe*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
        "vpc:DescribeVpcs",
        "vpc:DescribeVSwitches"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
        "hdm:Get*",
        "hdm:Describe*",
        "hdm:Query*",
        "hdm:Support*"
      ],
      "Resource": "acs:dds:*:*:*",
      "Effect": "Allow"
    }
  ]
}

References