調用CreateServiceLinkedRole創建服務關聯角色。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
下表是API對應的授權信息,可以在RAM權限策略語句的Action
元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:
- 操作:是指具體的權限點。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|
ram:CreateServiceLinkedRole | Write |
|
| 無 |
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
ServiceName | string | 是 | 服務名稱。 具體信息,請參見支持服務關聯角色的云服務。 | polardb.aliyuncs.com |
CustomSuffix | string | 否 | 角色名稱后綴。 角色名稱(含后綴)的總長度為 1~64 個字符,可包含英文字母、數字、半角句號(.)和短劃線(-)。 例如:假設后綴為 | Example |
Description | string | 否 | 服務關聯角色描述。 只有允許自定義后綴的服務關聯角色才能填寫角色描述,否則,角色描述將使用預設值且不能修改。 長度為 1~1024 個字符。 | Service Linked Role for PolarDB. PolarDB will use this role to access your resources in other services. |
返回參數
示例
正常返回示例
JSON
格式
{
"Role": {
"AssumeRolePolicyDocument": "{\\\"Statement\\\":[{\\\"Action\\\":\\\"sts:AssumeRole\\\",\\\"Effect\\\":\\\"Allow\\\",\\\"Principal\\\":{\\\"Service\\\":[\\\"polardb.aliyuncs.com\\\"]}}],\\\"Version\\\":\\\"1\\\"}",
"RolePrincipalName": "AliyunServiceRoleForPolarDB@role.test.onaliyunservice.com",
"Description": "Service Linked Role for PolarDB. PolarDB will use this role to access your resources in other services.",
"RoleName": "AliyunServiceRoleForPolarDB",
"CreateDate": "2020-06-30T08:14:16Z",
"Arn": "acs:ram::177242285274****:role/aliyunserviceroleforpolardb",
"RoleId": "32833240981067****",
"IsServiceLinkedRole": true
},
"RequestId": "FE58D7CF-03BC-432A-B42D-BC3390C8C2E1"
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
400 | InvalidParameter.CustomSuffix.NotAllowed | Custom suffix is not allowed for this Service Linked Role. | 該服務關聯角色不支持自定義后綴。 |
400 | InvalidParameter.CustomSuffix.InvalidChars | The parameter CustomSuffix contains invalid characters. | 參數CustomSuffix包含無效字符。 |
400 | InvalidParameter.CustomSuffix.Length | The maximum length of the parameter CustomSuffix is exceeded. | 參數CustomSuffix長度超限。 |
400 | InvalidParameter.Description.NotAllowed | Custom description is not allowed for default service linked role. | - |
400 | InvalidParameter.Description.Length | The maximum length of the description is exceeded. It must not exceed 1024 characters. | 描述長度超限。最大不得超過1024個字符。 |
404 | EntityNotExist.Service | The service does not exist. | 該服務不存在。 |
409 | EntityAlreadyExists.Role | The role already exists. | 角色已存在。 |
409 | LimitExceeded.Role | The maximum number of roles is exceeded. | 角色數量超出限制。 |
訪問錯誤中心查看更多錯誤碼。
變更歷史
變更時間 | 變更內容概要 | 操作 |
---|
暫無變更歷史