調用CreatePolicy創建一個權限策略。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
ram:CreatePolicy | Write |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
PolicyName | string | 是 | 權限策略名稱。 長度為 1~128 個字符,可包含英文字母、數字和短劃線(-)。 | OSS-Administrator |
Description | string | 否 | 權限策略描述。 長度為 1~1024 個字符。 | OSS管理員權限 |
PolicyDocument | string | 是 | 權限策略內容。 長度為 1~2048 個字符。 | { "Statement": [{ "Action": ["oss:*"], "Effect": "Allow", "Resource": ["acs:oss:*:*:*"]}], "Version": "1"} |
返回參數
示例
正常返回示例
JSON
格式
{
"Policy": {
"DefaultVersion": "v1",
"Description": "OSS管理員權限",
"PolicyName": "OSS-Administrator",
"CreateDate": "2015-01-23T12:33:18Z",
"PolicyType": "Custom"
},
"RequestId": "9B34724D-54B0-4A51-B34D-4512372FE1BE"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter.PolicyName.InvalidChars | The policy name contains invalid characters. It must only contain upper or lower case letters, numbers, and dash (-). | 策略名稱包含非法字符。策略名稱僅可包含大小寫字母、數字以及中劃線(-)。 |
400 | InvalidParameter.PolicyName.Length | The length of the policy name is invalid. It must be 1 to 128 characters in length. | 策略名稱長度不符合要求。策略名稱長度必須在1~128個字符之間。 |
400 | InvalidParameter.PolicyDocument.Length | The maximum length of the policy document is exceeded. It must not exceed 2048 characters. | - |
400 | InvalidParameter.Description.Length | The maximum length of the description is exceeded. It must not exceed 1024 characters. | 描述長度超限。最大不得超過1024個字符。 |
409 | MalformedPolicyDocument | The policy format is invalid. | 策略格式錯誤。 |
409 | EntityAlreadyExists.Policy | The policy already exists. | 權限策略已存在。 |
409 | LimitExceeded.Policy | The maximum number of policies is exceeded. | 權限策略數超出限制。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史