阅读686 返回首页    go 阿里云


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

接口描述

 为用户撤销指定的授权

请求参数

Action

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

PolicyType

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

PolicyName

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

UserName

  • 类型:String
  • 必须:是
  • 描述:指定用户名。例:zhangqiang

返回参数

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

需要的权限

Action

ram:DetachPolicyFromUser

Resource

acs:ram:*:${AccountId}:user/${UserName}

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

错误信息

InvalidParameter.PolicyType
  • HTTP Status:400
  • Error Message:The parameter - "PolicyType" is incorrect.
InvalidParameter.UserName.InvalidChars
  • HTTP Status:400
  • Error Message:The parameter - "UserName" contains invalid chars.
InvalidParameter.UserName.Length
  • HTTP Status:400
  • Error Message:The parameter - "UserName" beyond the length limit.
EntityNotExist.User
  • HTTP Status:404
  • Error Message:The user does not exist.
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.Policy
  • HTTP Status:404
  • Error Message:The policy does not exist.
EntityNotExist.User.Policy
  • HTTP Status:404
  • Error Message:The indicate policy of the user does not exist.

操作示例

请求示例

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

返回示例

XML格式

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

JSON格式

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

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

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