All Products
Search
Document Center

Resource Access Management:AliyunHiTSDBFullAccess

Last Updated:Dec 28, 2023

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

Policy details

  • Type: service system policy

  • Creation time: 10:13:38 on September 15, 2017

  • Update time: 15:00:39 on July 16, 2020

  • Current version: v2

Policy content

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

References