DeleteGroupRoleRules
更新时间:2024-12-20 09:01:21
PDF
删除角色里的某些规则。
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
group_role_rules.n |
String |
规则ID |
No |
group_roles.n |
String |
角色ID |
No |
除上述请求参数外,还包含公共参数。
请求示例
https://api.qingcloud.com/iaas/?action=DeleteGroupRoleRules
&group_role_rules.1=grr-613v0o2p
&COMMON_PARAMS
返回示例
{
"action":"DeleteGroupRoleRulesResponse",
"group_role_rule_ids":[
"grr-613v0o2p"
],
"ret_code":0
}