GetKeyPolicy
更新時間:
查詢指定密鑰的密鑰策略。
說明 由于密鑰策略名稱僅支持設(shè)置為default,因此查詢時密鑰策略名稱(PolicyName)僅支持輸入default,否則會提示
Not Found
。調(diào)試
您可以在OpenAPI Explorer中直接運(yùn)行該接口,免去您計算簽名的困擾。運(yùn)行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
請求參數(shù)
名稱 |
類型 |
是否必選 |
示例值 |
描述 |
Action | String | 是 | GetKeyPolicy | 要執(zhí)行的操作。取值:GetKeyPolicy。 |
KeyId | String | 是 | key-hzz630494463ejqjx**** | 密鑰ID或密鑰資源名稱(ARN)。 說明 訪問其他阿里云賬號下的密鑰時,必須輸入密鑰ARN。密鑰ARN的格式為 acs:kms:${region}:${account}:key/${keyid} 。 |
PolicyName | String | 否 | default | 密鑰策略名稱。僅支持固定值default。 |
返回數(shù)據(jù)
名稱 |
類型 |
示例值 |
描述 |
RequestId | String | 381D5D33-BB8F-395F-8EE4-AE3B84B523C8 | 本次調(diào)用請求的ID,是由阿里云為該請求生成的唯一標(biāo)識符,可用于排查和定位問題。 |
Policy | String | {"Statement": [{"Action": ["kms:*"],"Effect": "Allow","Principal": {"RAM": ["acs:ram::190325303126****:*","acs:ram::119285303511****:*"]},"Resource": ["*"],"Sid": "kms default key policy"}],"Version": "1" } | 密鑰策略。 |
示例
請求示例
http(s)://[Endpoint]/?Action=GetKeyPolicy
&KeyId=key-hzz630494463ejqjx****
&PolicyName=default
&公共請求參數(shù)
正常返回示例
XML
格式
HTTP/1.1 200 OK
Content-Type:application/xml
<GetKeyPolicyResponse>
<RequestId>381D5D33-BB8F-395F-8EE4-AE3B84B523C8</RequestId>
<Policy>{"Statement": [{"Action": ["kms:*"],"Effect": "Allow","Principal": {"RAM": ["acs:ram::190325303126****:*","acs:ram::119285303511****:*"]},"Resource": ["*"],"Sid": "kms default key policy"}],"Version": "1" }</Policy>
</GetKeyPolicyResponse>
JSON
格式
HTTP/1.1 200 OK
Content-Type:application/json
{
"RequestId" : "381D5D33-BB8F-395F-8EE4-AE3B84B523C8",
"Policy" : "{\"Statement\": [{\"Action\": [\"kms:*\"],\"Effect\": \"Allow\",\"Principal\": {\"RAM\": [\"acs:ram::190325303126****:*\",\"acs:ram::119285303511****:*\"]},\"Resource\": [\"*\"],\"Sid\": \"kms default key policy\"}],\"Version\": \"1\" }"
}
錯誤碼
HttpCode |
錯誤碼 |
錯誤信息 |
描述 |
400 | InvalidParameter | The specified parameter is not valid. | 參數(shù)非法。 |
400 | MissingParameter | The parameter needed but no provided. | 需要的參數(shù)未提供 |
400 | Forbidden.NoPermission | This operation is forbidden by permission system. | 該操作無權(quán)限 |
400 | Forbidden.KeyPolicyUnSupported | The specified key does not support key policy. | 指定的密鑰不支持密鑰策略。 |
404 | Forbidden.KeyNotFound | The specified Key is not found. | 指定的密鑰不存在。 |
404 | Forbidden.ResourceNotFound | Policy not found. | 策略找不到。 |
訪問錯誤中心查看更多錯誤碼。
文檔內(nèi)容是否對您有幫助?