訪問控制(RAM)是阿里云提供的管理用戶身份與資源訪問權(quán)限的服務(wù)。使用RAM可以讓您避免與其他用戶共享阿里云賬號密鑰,并可按需為用戶授予最小權(quán)限。RAM中使用權(quán)限策略描述授權(quán)的具體內(nèi)容。
本文為您介紹文件存儲 NAS為RAM權(quán)限策略定義的操作(Action)、資源(Resource)和條件(Condition)。文件存儲 NAS的RAM代碼(RamCode)為[{"popCode":"NAS","ramCodes":["nas"]}],支持的授權(quán)粒度為RESOURCE。
權(quán)限策略通用結(jié)構(gòu)
權(quán)限策略支持JSON格式,其通用結(jié)構(gòu)如下:
{
"Version": "1",
"Statement": [
{
"Effect": "<Effect>",
"Action": "<Action>",
"Resource": "<Resource>",
"Condition": {
"<Condition_operator>": {
"<Condition_key>": [
"<Condition_value>"
]
}
}
}
]
}
- Effect:權(quán)限策略效果。取值:Allow(允許)、Deny(拒絕)。
- Action:授予允許或拒絕權(quán)限的具體操作。具體信息,請參見操作(Action)。
- Resource:受操作影響的具體對象,您可以使用資源ARN來描述指定資源。具體信息,請參見資源(Resource)。
- Condition:指授權(quán)生效的條件??蛇x字段。具體信息,請參見條件(Condition)。
- Condition_operator:條件運算符,不同類型的條件對應(yīng)不同的條件運算符。具體信息,請參見權(quán)限策略基本元素。
- Condition_key:條件關(guān)鍵字。
- Condition_value:條件關(guān)鍵字對應(yīng)的值。
操作(Action)
下表是文件存儲 NAS定義的操作,這些操作可以在RAM權(quán)限策略語句的Action
元素中使用,用來授予執(zhí)行該操作的權(quán)限。下面對表中的具體項提供說明:- 操作:是指具體的權(quán)限點。
- API:是指操作對應(yīng)的API接口。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
- 資源類型:是指操作中支持授權(quán)的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權(quán)的操作,用
全部資源
表示。
- 條件關(guān)鍵字:是指云產(chǎn)品自身定義的條件關(guān)鍵字。該列不體現(xiàn)適用于任何操作的通用條件關(guān)鍵字。
- 關(guān)聯(lián)操作:是指成功執(zhí)行操作所需要的其他權(quán)限。操作者必須同時具備關(guān)聯(lián)操作的權(quán)限,操作才能成功。
操作 | API | 訪問級別 | 資源類型 | 條件關(guān)鍵字 | 關(guān)聯(lián)操作 |
---|---|---|---|---|---|
nas:DescribeFilesets | DescribeFilesets | list | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:ModifyFileset | ModifyFileset | update | 全部資源 * | 無 | 無 |
nas:DescribeMountTargets | DescribeMountTargets | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DeleteProtocolMountTarget | DeleteProtocolMountTarget | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:CreateLDAPConfig | CreateLDAPConfig | create | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:DescribeProtocolMountTarget | DescribeProtocolMountTarget | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:CreateDataFlow | CreateDataFlow | create | DataFlow acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DescribeDataFlows | DescribeDataFlows | list | DataFlow acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DeleteMountTarget | DeleteMountTarget | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DeleteDataFlow | DeleteDataFlow | delete | DataFlow acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DescribeAccessGroups | DescribeAccessGroups | list | AccessGroup acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} | 無 | 無 |
nas:CreateFileSystem | CreateFileSystem | create | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/* | nas:EncryptedType nas:FileSystemType | 無 |
nas:DeleteLDAPConfig | DeleteLDAPConfig | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:UpgradeFileSystem | UpgradeFileSystem | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:StopDataFlow | StopDataFlow | update | 全部資源 * | 無 | 無 |
nas:CreateProtocolMountTarget | CreateProtocolMountTarget | create | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:DeleteFileSystem | DeleteFileSystem | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:ModifyProtocolService | ModifyProtocolService | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:ChangeResourceGroup | ChangeResourceGroup | update | 全部資源 * | 無 | 無 |
nas:CreateDataFlowTask | CreateDataFlowTask | create | DataFlow acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:ModifyFileSystem | ModifyFileSystem | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DescribeDataFlowTasks | DescribeDataFlowTasks | get | DataFlow acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:CreateFileset | CreateFileset | create | Fileset acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:CreateProtocolService | CreateProtocolService | create | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:StartDataFlow | StartDataFlow | update | 全部資源 * | 無 | 無 |
nas:DeleteFileset | DeleteFileset | delete | Fileset acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:ModifyProtocolMountTarget | ModifyProtocolMountTarget | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:DescribeProtocolService | DescribeProtocolService | list | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:DescribeFileSystems | DescribeFileSystems | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:DeleteProtocolService | DeleteProtocolService | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:CreateMountTarget | CreateMountTarget | create | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId}VSwitch acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId} | vpc:Vpc | 無 |
nas:ModifyDataFlowAutoRefresh | ModifyDataFlowAutoRefresh | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:DescribeRegions | DescribeRegions | get | 全部資源 * | 無 | 無 |
nas:ModifyDataFlow | ModifyDataFlow | update | 全部資源 * | 無 | 無 |
nas:CancelDataFlowAutoRefresh | CancelDataFlowAutoRefresh | update | DataFlow acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:ApplyDataFlowAutoRefresh | ApplyDataFlowAutoRefresh | update | 全部資源 * | 無 | 無 |
nas:CancelDataFlowTask | CancelDataFlowTask | delete | 全部資源 * | 無 | 無 |
nas:DescribeZones | DescribeZones | get | 全部資源 * | 無 | 無 |
資源(Resource)
下表是文件存儲 NAS定義的資源,這些資源可以在RAM權(quán)限策略語句的Resource
元素中使用,用來授予對該資源執(zhí)行具體操作的權(quán)限。 其中,資源ARN是資源在阿里云上的唯一標識。具體說明如下:{#}
為變量標識,需要您替換為實際值。例如:{#ramcode}
需要您替換為實際的云服務(wù)RAM代碼。-
*
表示全部。例如:{#resourceType}
為*
時:表示全部資源。{#regionId}
為*
時:表示全部地域。{#accountId}
為*
時:表示全部阿里云賬號。
資源類型 | 資源ARN |
---|---|
FileSystem | acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} |
Fileset | acs:nas:{#regionId}:{#accountId}:FileSystemId/{#FileSystemId} |
Snapshot | acs:nas:{#regionId}:{#accountId}:snapshot/{#SnapshotId} |
AccessGroup | acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} |
DataFlow | acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} |
LifecyclePolicy | acs:nas:{#regionId}:{#accountId}:lifecyclepolicy/{#LifecycleRuleName} |
Disk | acs:ecs:{#regionId}:{#accountId}:disk/{#DiskId} |
FileSystem | acs:nas:{#regionId}:{#accountId}:filesystem/* |
DataFlow | acs:nas:{#regionId}:{#accountId}:FileSystemId/{#FileSystemId} |
DataFlow | acs:nas:{#regionId}:{#accountId}:dataflow/{#FileSystemId}/{#DataFlowId} |
Snapshot | acs:nas:{#regionId}:{#accountId}:snapshot/* |
FileSystem | acs:nas:{#regionId}:{#accountId}:FileSystemId/{#FileSystemId} |
Fileset | acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} |
LifecyclePolicy | acs:nas:{#regionId}:{#accountId}:lifecyclepolicy/* |
VSwitch | acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId} |
DataFlow | acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId}/dataflow/{#DataFlowId} |
條件(Condition)
下表是文件存儲 NAS定義的產(chǎn)品級條件關(guān)鍵字,這些條件關(guān)鍵字可以在RAM權(quán)限策略語句的
Condition
元素中使用,用來描述授予權(quán)限的條件。以下僅列舉產(chǎn)品級的條件關(guān)鍵字,阿里云定義的通用條件關(guān)鍵字也同樣適用文件存儲 NAS。其中,數(shù)據(jù)類型決定了您可以使用哪些條件運算符將請求中的值與權(quán)限策略語句中的值進行比較。您必須使用與數(shù)據(jù)類型匹配的條件運算符,否則無法匹配策略語句,授權(quán)行為無效。數(shù)據(jù)類型與條件運算符的對應(yīng)關(guān)系,請參見條件操作類型。
條件關(guān)鍵字 | 描述 | 類型 |
---|---|---|
vpc:Vpc | VPC實例的資源ARN,示例值:acs:vpc:cn-hangzhou:0123456789:vpc/vpc-1234567890 | String |
nas:FileSystemType | 文件系統(tǒng)類型 | String |
nas:EncryptedType | 文件系統(tǒng)加密類型 | String |