最近更新时间:2021-07-13 14:18:54
如果IAM子用户或角色需要在配额中心执行操作,请先为其进行授权。
系统策略:KsyunQuotasFullAccess
{
"Version": "2015-11-01",
"Statement": [
{
"Effect": "Allow",
"Action": [
"quota:*"
],
"Resource": "*"
}
]
}
系统策略:KsyunQuotasReadOnlyAccess
{
"Version": "2015-11-01",
"Statement": [
{
"Effect": "Allow",
"Action": [
"quota:List*",
"quota:Get*"
],
"Resource": "*"
}
]
}
纯净模式