訪問控制(RAM)是阿里云提供的管理用戶身份與資源訪問權限的服務。使用RAM可以讓您避免與其他用戶共享阿里云賬號密鑰,并可按需為用戶授予最小權限。RAM中使用權限策略描述授權的具體內容。
本文為您介紹資源編排(ROS)為RAM權限策略定義的操作(Action)、資源(Resource)和條件(Condition)。資源編排(ROS)的RAM代碼(RamCode)為ros,支持的授權粒度為RESOURCE。
權限策略通用結構
權限策略支持JSON格式,其通用結構如下:
{
"Version": "1",
"Statement": [
{
"Effect": "<Effect>",
"Action": "<Action>",
"Resource": "<Resource>",
"Condition": {
"<Condition_operator>": {
"<Condition_key>": [
"<Condition_value>"
]
}
}
}
]
}
- Effect:權限策略效果。取值:Allow(允許)、Deny(拒絕)。
- Action:授予允許或拒絕權限的具體操作。具體信息,請參見操作(Action)。
- Resource:受操作影響的具體對象,您可以使用資源ARN來描述指定資源。具體信息,請參見資源(Resource)。
- Condition:指授權生效的條件。可選字段。具體信息,請參見條件(Condition)。
- Condition_operator:條件運算符,不同類型的條件對應不同的條件運算符。具體信息,請參見權限策略基本元素。
- Condition_key:條件關鍵字。
- Condition_value:條件關鍵字對應的值。
操作(Action)
下表是資源編排(ROS)定義的操作,這些操作可以在RAM權限策略語句的Action
元素中使用,用來授予執行該操作的權限。下面對表中的具體項提供說明:- 操作:是指具體的權限點。
- API:是指操作對應的API接口。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。該列不體現適用于任何操作的通用條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | API | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|---|
ros:DetectStackResourceDrift | DetectStackResourceDrift | delete | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:CancelUpdateStack | CancelUpdateStack | update | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:DeleteStackGroup | DeleteStackGroup | delete | StackGroup acs:ros:{#regionId}:{#accountId}:stackgroup/{#StackGroupName} | 無 | 無 |
ros:ListResourceTypeRegistrations | ListResourceTypeRegistrations | get | 全部資源 * | 無 | 無 |
ros:ListTemplateVersions | ListTemplateVersions | get | Template acs:ros:{#regionId}:{#accountId}:template/{#TemplateId} | 無 | 無 |
ros:CancelStackOperation | CancelStackOperation | delete | Stack acs:ros:{#regionId}:{#accountId}:stack/{#StackId} | 無 | 無 |
ros:ListChangeSets | ListChangeSets | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:PreviewStack | PreviewStack | get | Stack acs:ros:{#regionId}:{#accountId}:stack/{#StackId} | 無 | 無 |
ros:ListStackEvents | ListStackEvents | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:DeleteTemplateScratch | DeleteTemplateScratch | delete | TemplateScratch acs:ros:{#regionId}:{#accountId}:templatescratch/{#templatescratchId} | 無 | 無 |
ros:ContinueCreateStack | ContinueCreateStack | update | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:GetStackGroupOperation | GetStackGroupOperation | get | StackGroupOperation acs:ros:{#regionId}:{#accountId}:stackgroupoperation/{#OperationId} | 無 | 無 |
ros:GetStackPolicy | GetStackPolicy | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:CreateStack | CreateStack | create | Stack acs:ros:{#regionId}:{#accountId}:stack/* | 無 | 無 |
ros:ListAITaskEvents | ListAITaskEvents | list | 全部資源 * | 無 | 無 |
ros:UpdateStack | UpdateStack | update | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:ListStackGroups | ListStackGroups | get | StackGroup acs:ros:{#regionId}:{#accountId}:stackgroup/* | 無 | 無 |
ros:CreateTemplate | CreateTemplate | create | Template acs:ros:{#regionId}:{#accountId}:template/* | 無 | 無 |
ros:GetAITask | GetAITask | get | 全部資源 * | 無 | 無 |
ros:CreateDiagnostic | CreateDiagnostic | create | 全部資源 * | 無 | 無 |
ros:ListAITasks | ListAITasks | list | 全部資源 * | 無 | 無 |
ros:SetTemplatePermission | SetTemplatePermission | update | Template acs:ros:{#regionId}:{#accountId}:template/{#TemplateId} | 無 | 無 |
ros:UnTagResources | UntagResources | update | StackGroup acs:ros:{#regionId}:{#accountId}:stackgroup/{#StackGroupName}Template acs:ros:{#regionId}:{#accountId}:template/{#TemplateId}TemplateScratch acs:ros:{#regionId}:{#accountId}:templatescratch/{#TemplateScratchId}Stack acs:ros:{#regionId}:{#accountId}:stack/{#StackId} | 無 | 無 |
ros:GetTemplateSummary | GetTemplateSummary | get | Stack acs:ros:{#regionId}:{#accountId}:stack/{#StackId} | 無 | 無 |
ros:ListResourceTypes | ListResourceTypes | get | 全部資源 * | 無 | 無 |
ros:ListStackInstances | ListStackInstances | get | StackInstance acs:ros:{#regionId}:{#accountId}:stackinstance/{#StackGroupName}/{#StackInstanceAccountId}/{#StackInstanceRegionId} | 無 | 無 |
ros:GetResourceType | GetResourceType | get | 全部資源 * | 無 | 無 |
ros:CreateStackInstances | CreateStackInstances | create | StackInstance acs:ros:{#regionId}:{#accountId}:stackinstance/{#StackGroupName}/{#StackInstanceAccountId}/{#StackInstanceRegionId} | 無 | 無 |
ros:ListStackResourceDrifts | ListStackResourceDrifts | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:SetResourceType | SetResourceType | update | 全部資源 * | 無 | 無 |
ros:DeleteChangeSet | DeleteChangeSet | delete | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:DeleteStack | DeleteStack | delete | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:ListStackGroupOperationResults | ListStackGroupOperationResults | get | StackGroupOperation acs:ros:{#regionId}:{#accountId}:stackgroupoperation/{#OperationId} | 無 | 無 |
ros:GetTemplateScratch | GetTemplateScratch | get | TemplateScratch acs:ros:{#regionId}:{#accountId}:templatescratch/{#templatescratchId} | 無 | 無 |
ros:DeleteTemplate | DeleteTemplate | delete | template acs:ros:{#regionId}:{#accountId}:template/{#templateId} | 無 | 無 |
ros:GetStackResource | GetStackResource | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:DetectStackGroupDrift | DetectStackGroupDrift | delete | StackGroup acs:ros:{#regionId}:{#accountId}:stack_group/{#StackGroupName} | 無 | 無 |
ros:ListStackOperationRisks | ListStackOperationRisks | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:GetResourceTypeTemplate | GetResourceTypeTemplate | get | 全部資源 * | 無 | 無 |
ros:ListTagKeys | ListTagKeys | get | 全部資源 * | 無 | 無 |
ros:GetTemplate | GetTemplate | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId}template acs:ros:{#regionId}:{#accountId}:template/{#templateId} | 無 | 無 |
ros:ListResourceTypeVersions | ListResourceTypeVersions | get | 全部資源 * | 無 | 無 |
ros:ListStackGroupOperations | ListStackGroupOperations | get | StackGroupOperation acs:ros:{#regionId}:{#accountId}:stackgroupoperation/{#OperationId} | 無 | 無 |
ros:UpdateStackInstances | UpdateStackInstances | update | StackInstance acs:ros:{#regionId}:{#accountId}:stackinstance/{#StackGroupName}/{#StackInstanceAccountId}/{#StackInstanceRegionId} | 無 | 無 |
ros:GetTemplateEstimateCost | GetTemplateEstimateCost | get | Template acs:ros:{#regionId}:{#accountId}:template/{#TemplateId} | 無 | 無 |
ros:TagResources | TagResources | update | Stack acs:ros:{#regionId}:{#accountId}:stack/{#StackId}StackGroup acs:ros:{#regionId}:{#accountId}:stackgroup/{#StackGroupName}Template acs:ros:{#regionId}:{#accountId}:template/{#TemplateId}TemplateScratch acs:ros:{#regionId}:{#accountId}:templatescratch/{#TemplateScratchId} | 無 | 無 |
ros:UpdateStackTemplateByResources | UpdateStackTemplateByResources | update | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:ListTagResources | ListTagResources | get | Template acs:ros:{#regionId}:{#accountId}:template/{#TemplateId}StackGroup acs:ros:{#regionId}:{#accountId}:stackgroup/{#StackGroupName}TemplateScratch acs:ros:{#regionId}:{#accountId}:templatescratch/{#TemplateScratchId}Stack acs:ros:{#regionId}:{#accountId}:stack/{#StackId} | 無 | 無 |
ros:CreateChangeSet | CreateChangeSet | create | Stack acs:ros:{#regionId}:{#accountId}:stack/{#StackId} | 無 | 無 |
ros:GetDiagnostic | GetDiagnostic | list | 全部資源 * | 無 | 無 |
ros:ListTagValues | ListTagValues | get | 全部資源 * | 無 | 無 |
ros:CreateAITask | CreateAITask | create | 全部資源 * | 無 | 無 |
ros:RegisterResourceType | RegisterResourceType | create | 全部資源 * | 無 | 無 |
ros:ListStackResources | ListStackResources | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:UpdateTemplate | UpdateTemplate | update | template acs:ros:{#regionId}:{#accountId}:template/{#templateId} | 無 | 無 |
ros:DeleteDiagnostic | DeleteDiagnostic | delete | 全部資源 * | 無 | 無 |
ros:DeregisterResourceType | DeregisterResourceType | delete | 全部資源 * | 無 | 無 |
ros:DetectStackDrift | DetectStackDrift | delete | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:GetServiceProvisions | GetServiceProvisions | list | 全部資源 * | 無 | 無 |
ros:StopStackGroupOperation | StopStackGroupOperation | update | StackGroupOperation acs:ros:{#regionId}:{#accountId}:stackgroupoperation/{#OperationId} | 無 | 無 |
ros:GetChangeSet | GetChangeSet | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:GetStackInstance | GetStackInstance | get | StackInstance acs:ros:{#regionId}:{#accountId}:stackinstance/{#StackGroupName}/{#StackInstanceAccountId}/{#StackInstanceRegionId} | 無 | 無 |
ros:ExecuteChangeSet | ExecuteChangeSet | update | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:GenerateTemplatePolicy | GenerateTemplatePolicy | list | Template acs:ros:{#regionId}:{#accountId}:template/{#TemplateId} | 無 | 無 |
ros:MoveResourceGroup | MoveResourceGroup | update | 全部資源 * | 無 | 無 |
ros:SetDeletionProtection | SetDeletionProtection | update | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:GetTemplateParameterConstraints | GetTemplateParameterConstraints | get | 全部資源 * | 無 | 無 |
ros:UpdateTemplateScratch | UpdateTemplateScratch | update | TemplateScratch acs:ros:{#regionId}:{#accountId}:templatescratch/{#templatescratchId} | 無 | 無 |
ros:CreateStackGroup | CreateStackGroup | create | StackGroup acs:ros:{#regionId}:{#accountId}:stackgroup/{#StackGroupName} | 無 | 無 |
ros:UpdateStackGroup | UpdateStackGroup | update | StackGroup acs:ros:{#regionId}:{#accountId}:stackgroup/{#StackGroupName} | 無 | 無 |
ros:GetStackDriftDetectionStatus | GetStackDriftDetectionStatus | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:DeleteStackInstances | DeleteStackInstances | delete | StackInstance acs:ros:{#regionId}:{#accountId}:stackinstance/{#StackGroupName}/{#StackInstanceAccountId}/{#StackInstanceRegionId} | 無 | 無 |
ros:CreateTemplateScratch | CreateTemplateScratch | create | TemplateScratch acs:ros:{#regionId}:{#accountId}:templatescratch/* | 無 | 無 |
ros:SignalResource | SignalResource | update | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:GenerateTemplateByScratch | GenerateTemplateByScratch | list | TemplateScratch acs:ros:{#regionId}:{#accountId}:templatescratch/{#templatescratchId} | 無 | 無 |
ros:ListTemplates | ListTemplates | get | Template acs:ros:{#regionId}:{#accountId}:template/* | 無 | 無 |
ros:ListDiagnostics | ListDiagnostics | list | 全部資源 * | 無 | 無 |
ros:GetStack | GetStack | get | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:ListTemplateScratches | ListTemplateScratches | get | TemplateScratch acs:ros:{#regionId}:{#accountId}:templatescratch/* | 無 | 無 |
ros:SetStackPolicy | SetStackPolicy | update | stack acs:ros:{#regionId}:{#accountId}:stack/{#stackId} | 無 | 無 |
ros:ListStacks | ListStacks | get | Stack acs:ros:{#regionId}:{#accountId}:stack/* | 無 | 無 |
ros:GetStackGroup | GetStackGroup | get | StackGroup acs:ros:{#regionId}:{#accountId}:stackgroup/{#StackGroupName} | 無 | 無 |
資源(Resource)
下表是資源編排(ROS)定義的資源,這些資源可以在RAM權限策略語句的Resource
元素中使用,用來授予對該資源執行具體操作的權限。 其中,資源ARN是資源在阿里云上的唯一標識。具體說明如下:{#}
為變量標識,需要您替換為實際值。例如:{#ramcode}
需要您替換為實際的云服務RAM代碼。-
*
表示全部。例如:{#resourceType}
為*
時:表示全部資源。{#regionId}
為*
時:表示全部地域。{#accountId}
為*
時:表示全部阿里云賬號。
資源類型 | 資源ARN |
---|---|
stack | acs:ros:{#regionId}:{#accountId}:stack/{#stackId} |
StackGroup | acs:ros:{#regionId}:{#accountId}:stackgroup/{#StackGroupName} |
Template | acs:ros:{#regionId}:{#accountId}:template/{#TemplateId} |
Stack | acs:ros:{#regionId}:{#accountId}:stack/{#StackId} |
TemplateScratch | acs:ros:{#regionId}:{#accountId}:templatescratch/{#templatescratchId} |
StackGroupOperation | acs:ros:{#regionId}:{#accountId}:stackgroupoperation/{#OperationId} |
Stack | acs:ros:{#regionId}:{#accountId}:stack/* |
StackGroup | acs:ros:{#regionId}:{#accountId}:stackgroup/* |
Template | acs:ros:{#regionId}:{#accountId}:template/* |
TemplateScratch | acs:ros:{#regionId}:{#accountId}:templatescratch/{#TemplateScratchId} |
StackInstance | acs:ros:{#regionId}:{#accountId}:stackinstance/{#StackGroupName}/{#StackInstanceAccountId}/{#StackInstanceRegionId} |
template | acs:ros:{#regionId}:{#accountId}:template/{#templateId} |
StackGroup | acs:ros:{#regionId}:{#accountId}:stack_group/{#StackGroupName} |
tag | acs:ros:{#regionId}:{#accountId}:tag/* |
TemplateScratch | acs:ros:{#regionId}:{#accountId}:templatescratch/* |
條件(Condition)
資源編排(ROS)未定義產品級別的條件關鍵字。如需查看適用于所有云產品的通用條件關鍵字,請參見通用條件關鍵字。