ModifyGroupRoleAttributes
更新时间:2024-11-16 11:03:11
PDF
更新角色组。
请求参数
参数 | 类型 | 描述 | 是否必选 |
---|---|---|---|
action |
String |
ModifyGroupRoleAttributes(更新角色组) |
true |
group_role_name |
String |
角色组名称 |
false |
description |
String |
描述 |
false |
group_role |
String |
角色组 id |
true |
owner |
String |
所有者 |
false |
zone |
String |
区域 id |
false |
project_id |
String |
项目 id |
true |
响应消息
参数 | 类型 | 描述 |
---|---|---|
action |
String |
ModifyGroupRoleAttributesResponse |
group_role_id |
String |
角色组 id |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
description |
String |
被更新的角色组描述 |
group_role_name |
String |
被更新的角色组名称 |
示例
请求示例
https://api.qingcloud.com/iaas/?group_role_name=test
&description=test
&action=ModifyGroupRoleAttributes
&group_role=gr-5590xkq2
&owner=usr-WantwZJ8
&zone=test
&project_id=pj-xzvlxlb5
响应示例
{
"action": "ModifyGroupRoleAttributesResponse",
"group_role_id": "gr-5590xkq2",
"ret_code": 0,
"description": "test",
"group_role_name": "test"
}