费用中心-创建自定义策略:策略样例

时间:2023-11-09 13:53:47

策略样例

  • 示例1:授权用户拥有费用中心、账号中心的所有权限。
    {
        "Version": "1.1",
        "Statement": [
            {
                "Action": [
                    "BSS:*:*"
                ],
                "Effect": "Allow"
            }
        ]
    }
  • 示例2:授权用户拥有查看订单和消费汇总的权限。
    {
        "Version": "1.1",
        "Statement": [
            {
                "Action": [
                    "bss:account:update",
                    "bss:order:view",
                    "bss:bill:view",
    
                ],
                "Effect": "Allow"
            }
        ]
    }

support.huaweicloud.com/usermanual-billing/authority_topic_0000006.html