获取策略详情
所属服务
sam
接口方法
GET
请求url
/sam?Action=GetPolicy&Version=2018-03-22&PolicyName=&Type=
url 参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
PolicyName | 策略名称(1-32位小写字母、数字、中划线组成,以字母开头,字母或数字结尾) | string | 是 | |
Type | 策略类型(系统策略(System)、用户自定义策略(Custom)) | string | 是 | |
Action | GetPolicy | string | 是 | |
Version | 2018-03-22 | string | 是 |
返回参数
参数名称 | 说明 | 参数类型 | 是否必填 | 备注 |
---|---|---|---|---|
PolicyType | 策略类型 | string | 否 | |
Description | 策略描述 | string | 否 | |
Message | Message | string | 是 | |
AttachmentCount | 引用次数 | long | 否 | |
PolicyName | 策略名称 | string | 否 | |
CreateTime | 创建时间 | string | 否 | |
PolicyDocument | 策略授权语言 | string | 否 | |
Code | Code | string | 是 | |
CurrentVersionId | 当前使用版本号 | long | 否 |
状态码
错误码(Code) | 错误提示(Message) | http status code | 说明 |
---|---|---|---|
ProductNotActive | 400 | null | |
MissingParameter | 400 | null | |
EntityNotExist | 400 | null |
请求示例
https://open.cn-east-1.163yun.com/sam?Action=GetPolicy&Version=2018-03-22&PolicyName=Policytest&Type=Custom
返回示例
{
"PolicyType": "Custom",
"Description": "new_description",
"Message": "调用成功",
"AttachmentCount": 1.0,
"RequestId": "e0ed7efc-2d5a-4cc7-904e-91845227aa17",
"PolicyName": "Policytest",
"CreateTime": "2020-01-17T07:44:41Z",
"PolicyDocument": "{\"version\": 1, \"statement\": [{\"action\": [\"comb:nvm:*\"], \"effect\": \"allow\", \"resource\": [\"comb:nvm:*:*:*\"]}]}",
"Code": "Success",
"CurrentVersionId": 1.0
}