角色绑定策略
所属服务
sam
接口方法
GET
请求url
/sam?Action=AttachRolePolicy&Version=2018-03-22&RoleName=&PolicyType=&PolicyName=
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
RoleName | 角色名称 | string | 是 | |
PolicyType | 策略类型 | string | 是 | |
PolicyName | 策略名称 | string | 是 | |
Action | AttachRolePolicy | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
Code | string | 是 | ||
Message | string | 是 |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
ProductNotActive | 400 | null | |
MissingParameter | 400 | null | |
EntityNotFound | 400 | null | |
AlreadyBind | 400 | null |
请求示例
https://open.cn-east-1.163yun.com/sam?Action=AttachRolePolicy&Version=2018-03-22&RoleName=roletest&PolicyType=Custom&PolicyName=Policytest
返回示例
{
"Message": "调用成功",
"RequestId": "0ac5ef3a-6a42-4f93-8918-86c2c0e36283",
"Code": "Success"
}