资源协作

 

ModifyGroupRoleAttributes

更新时间 2020-12-01

修改角色属性。

Request Parameters

Parameter name Type Description Required
group_role String 角色 ID Yes
role_type String 角色类型,当前仅支持 “rule”。 No
group_role_name String 角色名称 No
description String 角色描述 No
status String 角色状态,可以为 “disabled” 或 “enabled”。 No

公共参数

Example

Example Request

https://api.shanhe.com/iaas/?action=ModifyGroupRoleAttributes
&group_role=gr-170kkfim
&description=X1
&COMMON_PARAMS

Example Response:

{
  "action":"ModifyGroupRoleAttributesResponse",
  "group_role_id":"gr-170kkfim",
  "description":"X1",
  "ret_code":0
}
这篇文档解决了您的问题吗?
0
0