获取角色绑定的策略
所属服务
sam
接口方法
GET
请求url
/sam?Action=ListRolePolicies&Version=2018-03-22&RoleName=
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
RoleName | 角色名称 | string | 是 | |
Action | ListRolePolicies | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
PolicyNames | array | 否 | 详细信息见下表 | |
Code | Code | string | 是 | |
Message | Message | string | 是 |
PolicyNames
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
PolicyName | 策略名称 | string | 否 | |
Description | 策略描述 | string | 否 | |
Type | 策略类型 | string | 否 |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
ProductNotActive | 400 | null | |
MissingParameter | 400 | null | |
EntityNotFound | 400 | null |
请求示例
https://open.cn-east-1.163yun.com/sam?Action=ListRolePolicies&Version=2018-03-22&RoleName=role1
返回示例
{
"PolicyNames": [{
"PolicyName": "AdministratorAccess",
"Description": "所有云服务和资源管理权限",
"Type": "System"
}, {
"PolicyName": "Policytest",
"Description": "new_description",
"Type": "Custom"
}],
"Message": "调用成功",
"RequestId": "4c9c7df7-6d49-43cb-ba8d-b620c7e9602b",
"Code": "Success"
}