组织 ORGANIZATIONS-策略语法说明:策略语法示例

时间:2025-10-31 11:02:33

策略语法示例

下面以 RAM 的自定义策略为例,说明策略的语法。

{
  "Version": "5.0",
  "Statement": [
    {
      "Effect": "Deny",
      "Action": [
        "ram:resourceShares:create"
      ],
      "Resource": [
        "*"
      ],
      "Condition": {
       "ForAnyValue:StringNotEquals": {
          "g:RequestTag/owner": [
            "Alice",
            "Jack"
          ]
        }
      }
    }
  ]
}
support.huaweicloud.com/drawer-organizations/org_99_0002.html