阅读582 返回首页    go 阿里云 go 技术社区[云栖]


AttachPolicyToGroup__授权策略管理接口_RAM API文档_访问控制-阿里云

接口描述

 为指定用户附加授权

请求参数

Action

  • 类型:String
  • 必须:是
  • 描述:系统规定参数,取值:AttachPolicyToGroup

PolicyType

  • 类型:String
  • 必须:是
  • 描述:指定Policy的类型, 取值System或Custom

PolicyName

  • 类型:String
  • 必须:是
  • 描述:指定授权策略名称

GroupName

  • 类型:String
  • 必须:是
  • 描述:指定组名。例:dev

返回参数

  只有公共返回参数,详见公共返回参数

需要的权限

Action

ram:AttachPolicyToGroup

Resource

acs:ram:*:${AccountId}:group/${GroupName}

acs:ram:*:${AccountId} or system:policy/${PolicyName}

错误信息

InvalidParameter.GroupName.InvalidChars
  • HTTP Status:400
  • Error Message:The parameter - "GroupName" contains invalid chars.
InvalidParameter.GroupName.Length
  • HTTP Status:400
  • Error Message:The parameter - "GroupName" beyond the length limit.
InvalidParameter.PolicyType
  • HTTP Status:400
  • Error Message:The parameter - "PolicyType" is incorrect.
InvalidParameter.PolicyName.InvalidChars
  • HTTP Status:400
  • Error Message:The parameter - "PolicyNam" contains invalid chars.
InvalidParameter.PolicyName.Length
  • HTTP Status:400
  • Error Message:The parameter - "PolicyName" beyond the length limit.
EntityNotExist.Group
  • HTTP Status:404
  • Error Message:The group does not exist.
EntityNotExist.Policy
  • HTTP Status:404
  • Error Message:The policy does not exist.
EntityAlreadyExists.Group.Policy
  • HTTP Status:409
  • Error Message:The group has already been attached this policy.
LimitExceeded.Group.Policy
  • HTTP Status:409
  • Error Message:The policy count of the group beyond the current limits.

操作示例

请求示例

https://ram.aliyuncs.com/?Action=AttachPolicyToGroup
&PolicyType=Custom
&PolicyName=OSS-Administrator
&GroupName=dev
&<公共请求参数>

返回示例

XML格式

<AttachPolicyToGroupResponse>
    <RequestId>697852FB-50D7-44D9-9774-530C31EAC572</RequestId>
</AttachPolicyToGroupResponse>

JSON格式

{
    "RequestId": "697852FB-50D7-44D9-9774-530C31EAC572"
}

最后更新:2016-11-23 17:16:05

  上一篇:go DetachPolicyFromUser__授权策略管理接口_RAM API文档_访问控制-阿里云
  下一篇:go DetachPolicyFromGroup__授权策略管理接口_RAM API文档_访问控制-阿里云