子账号绑定策略
所属服务
sam
接口方法
GET
请求url
/sam?Action=AttachUserPolicy&Version=2018-03-22&UserName=&PolicyType=&PolicyName=
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
UserName | 子账号名称 | string | 是 | |
PolicyType | 策略类型系统策略(System)、用户自定义策略(Custom)) | string | 是 | |
PolicyName | 策略名称 | string | 是 | |
Action | AttachUserPolicy | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Code | Code | string | 否 | |
Message | Message | string | 否 |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
ProductNotActive | Sam product is not activate. | 400 | 访问控制产品未激活 |
MissingParameter | The required input parameter %s for processing this request is not supplied. | 400 | 缺少%s参数 |
EntityNotFound | The require entity is not exist. | 400 | 查询对象不存在 |
AlreadyBind | Policy already bind. | 400 | 策略已绑定 |
请求示例
https://open.cn-east-1.163yun.com/sam?Action=AttachUserPolicy&Version=2018-03-22&UserName=usertest&PolicyType=System&PolicyName=AdministratorAccess
返回示例
{
"Message": "调用成功",
"RequestId": "fcde199f-19a1-4a96-b9b1-564c363837e8",
"Code": "Success"
}