訪問控制(RAM)是阿里云提供的管理用戶身份與資源訪問權限的服務。使用RAM可以讓您避免與其他用戶共享阿里云賬號密鑰,并可按需為用戶授予最小權限。RAM中使用權限策略描述授權的具體內容。
本文為您介紹文件存儲 NAS為RAM權限策略定義的操作(Action)、資源(Resource)和條件(Condition)。文件存儲 NAS的RAM代碼(RamCode)為[{"popCode":"NAS","ramCodes":["nas"]}],支持的授權粒度為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)
下表是文件存儲 NAS定義的操作,這些操作可以在RAM權限策略語句的Action
元素中使用,用來授予執行該操作的權限。下面對表中的具體項提供說明:- 操作:是指具體的權限點。
- API:是指操作對應的API接口。
- 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀取(Read)或列出(List)。
- 資源類型:是指操作中支持授權的資源類型。具體說明如下:
- 對于必選的資源類型,用背景高亮的方式表示。
- 對于不支持資源級授權的操作,用
全部資源
表示。
- 條件關鍵字:是指云產品自身定義的條件關鍵字。該列不體現適用于任何操作的通用條件關鍵字。
- 關聯操作:是指成功執行操作所需要的其他權限。操作者必須同時具備關聯操作的權限,操作才能成功。
操作 | API | 訪問級別 | 資源類型 | 條件關鍵字 | 關聯操作 |
---|---|---|---|---|---|
nas:ListRecentlyRecycledDirectories | ListRecentlyRecycledDirectories | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:ListDirectoriesAndFiles | ListDirectoriesAndFiles | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DisableNfsAcl | DisableNfsAcl | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:CreateRecycleBinDeleteJob | CreateRecycleBinDeleteJob | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:DescribeAccessPoints | DescribeAccessPoints | list | 全部資源 * | 無 | 無 |
nas:ModifyAutoSnapshotPolicy | ModifyAutoSnapshotPolicy | update | 全部資源 * | 無 | 無 |
nas:CreateAccessPoint | CreateAccessPoint | create | 全部資源 * | 無 | 無 |
nas:DescribeMountTargets | DescribeMountTargets | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:ModifySmbAcl | ModifySmbAcl | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DescribeSmbAcl | DescribeSmbAcl | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:EnableSmbAcl | EnableSmbAcl | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:ModifyAccessRule | ModifyAccessRule | update | AccessGroup acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} | 無 | 無 |
nas:GetRecycleBinAttribute | GetRecycleBinAttribute | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DescribeLogAnalysis | DescribeLogAnalysis | get | 全部資源 * | 無 | 無 |
nas:ModifyLifecyclePolicy | ModifyLifecyclePolicy | update | 全部資源 * | 無 | 無 |
nas:DeleteSnapshot | DeleteSnapshot | delete | 全部資源 * | 無 | 無 |
nas:DeleteLifecyclePolicy | DeleteLifecyclePolicy | delete | 全部資源 * | 無 | 無 |
nas:DescribeMountedClients | DescribeMountedClients | list | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:UntagResources | UntagResources | delete | 全部資源 * | 無 | 無 |
nas:CancelDirQuota | CancelDirQuota | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:CreateDir | CreateDir | create | 全部資源 * | 無 | 無 |
nas:DeleteMountTarget | DeleteMountTarget | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:ApplyAutoSnapshotPolicy | ApplyAutoSnapshotPolicy | update | 全部資源 * | 無 | 無 |
nas:DeleteAccessPoint | DeleteAccessPoint | delete | 全部資源 * | 無 | 無 |
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:SetFilesetQuota | SetFilesetQuota | update | 全部資源 * | 無 | 無 |
nas:CreateLifecyclePolicy | CreateLifecyclePolicy | create | 全部資源 * | 無 | 無 |
nas:CreateRecycleBinRestoreJob | CreateRecycleBinRestoreJob | create | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:UpgradeFileSystem | UpgradeFileSystem | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DeleteAccessGroup | DeleteAccessGroup | delete | AccessGroup acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} | 無 | 無 |
nas:DeleteFileSystem | DeleteFileSystem | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:UpdateRecycleBinAttribute | UpdateRecycleBinAttribute | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:CancelLifecycleRetrieveJob | CancelLifecycleRetrieveJob | delete | 全部資源 * | 無 | 無 |
nas:DisableAndCleanRecycleBin | DisableAndCleanRecycleBin | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:ListRecycleBinJobs | ListRecycleBinJobs | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:ChangeResourceGroup | ChangeResourceGroup | update | 全部資源 * | 無 | 無 |
nas:DescribeSnapshots | DescribeSnapshots | get | Snapshot acs:nas:{#regionId}:{#accountId}:snapshot/* | 無 | 無 |
nas:GetDirectoryOrFileProperties | GetDirectoryOrFileProperties | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:DescribeNfsAcl | DescribeNfsAcl | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DescribeAccessRules | DescribeAccessRules | list | AccessGroup acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} | 無 | 無 |
nas:ModifyFileSystem | ModifyFileSystem | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:EnableRecycleBin | EnableRecycleBin | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:CreateLogAnalysis | CreateLogAnalysis | create | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:ListLifecycleRetrieveJobs | ListLifecycleRetrieveJobs | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:CreateSnapshot | CreateSnapshot | create | Snapshot acs:nas:{#regionId}:{#accountId}:snapshot/* | 無 | 無 |
nas:CancelRecycleBinJob | CancelRecycleBinJob | update | 全部資源 * | 無 | 無 |
nas:EnableNfsAcl | EnableNfsAcl | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:DescribeDirQuotas | DescribeDirQuotas | list | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:SetDirQuota | SetDirQuota | create | 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:DeleteLogAnalysis | DeleteLogAnalysis | delete | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:CreateLifecycleRetrieveJob | CreateLifecycleRetrieveJob | create | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:DescribeAutoSnapshotPolicies | DescribeAutoSnapshotPolicies | list | 全部資源 * | 無 | 無 |
nas:DeleteAccessRule | DeleteAccessRule | delete | AccessGroup acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} | 無 | 無 |
nas:DescribeLifecyclePolicies | DescribeLifecyclePolicies | get | 全部資源 * | 無 | 無 |
nas:DescribeFileSystems | DescribeFileSystems | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId} | 無 | 無 |
nas:ModifyAccessGroup | ModifyAccessGroup | update | AccessGroup acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} | 無 | 無 |
nas:ListTagResources | ListTagResources | get | 全部資源 * | 無 | 無 |
nas:ResetFileSystem | ResetFileSystem | update | 全部資源 * | 無 | 無 |
nas:CreateAutoSnapshotPolicy | CreateAutoSnapshotPolicy | create | 全部資源 * | 無 | 無 |
nas:DescribeAccessPoint | DescribeAccessPoint | get | 全部資源 * | 無 | 無 |
nas:DisableSmbAcl | DisableSmbAcl | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:ListRecycledDirectoriesAndFiles | ListRecycledDirectoriesAndFiles | get | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:ModifyMountTarget | ModifyMountTarget | update | FileSystem acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} | 無 | 無 |
nas:TagResources | TagResources | create | 全部資源 * | 無 | 無 |
nas:RetryLifecycleRetrieveJob | RetryLifecycleRetrieveJob | update | 全部資源 * | 無 | 無 |
nas:DescribeRegions | DescribeRegions | get | 全部資源 * | 無 | 無 |
nas:CancelAutoSnapshotPolicy | CancelAutoSnapshotPolicy | update | 全部資源 * | 無 | 無 |
nas:CreateAccessGroup | CreateAccessGroup | create | AccessGroup acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} | 無 | 無 |
nas:ModifyAccessPoint | ModifyAccessPoint | update | 全部資源 * | 無 | 無 |
nas:DescribeAutoSnapshotTasks | DescribeAutoSnapshotTasks | list | 全部資源 * | 無 | 無 |
nas:CreateAccessRule | CreateAccessRule | create | AccessGroup acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} | 無 | 無 |
nas:CreateFile | CreateFile | create | 全部資源 * | 無 | 無 |
nas:DescribeZones | DescribeZones | get | 全部資源 * | 無 | 無 |
nas:DeleteAutoSnapshotPolicy | DeleteAutoSnapshotPolicy | delete | 全部資源 * | 無 | 無 |
資源(Resource)
下表是文件存儲 NAS定義的資源,這些資源可以在RAM權限策略語句的Resource
元素中使用,用來授予對該資源執行具體操作的權限。 其中,資源ARN是資源在阿里云上的唯一標識。具體說明如下:{#}
為變量標識,需要您替換為實際值。例如:{#ramcode}
需要您替換為實際的云服務RAM代碼。-
*
表示全部。例如:{#resourceType}
為*
時:表示全部資源。{#regionId}
為*
時:表示全部地域。{#accountId}
為*
時:表示全部阿里云賬號。
資源類型 | 資源ARN |
---|---|
FileSystem | acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} |
Snapshot | acs:nas:{#regionId}:{#accountId}:snapshot/{#SnapshotId} |
Fileset | acs:nas:{#regionId}:{#accountId}:FileSystemId/{#FileSystemId} |
AccessGroup | acs:nas:{#regionId}:{#accountId}:accessgroup/{#accessgroupName} |
LifecyclePolicy | acs:nas:{#regionId}:{#accountId}:lifecyclepolicy/{#LifecycleRuleName} |
DataFlow | acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} |
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} |
VSwitch | acs:vpc:{#regionId}:{#accountId}:vswitch/{#VSwitchId} |
LifecyclePolicy | acs:nas:{#regionId}:{#accountId}:lifecyclepolicy/* |
Fileset | acs:nas:{#regionId}:{#accountId}:filesystem/{#filesystemId} |
DataFlow | acs:nas:{#regionId}:{#accountId}:filesystem/{#FileSystemId}/dataflow/{#DataFlowId} |
條件(Condition)
下表是文件存儲 NAS定義的產品級條件關鍵字,這些條件關鍵字可以在RAM權限策略語句的
Condition
元素中使用,用來描述授予權限的條件。以下僅列舉產品級的條件關鍵字,阿里云定義的通用條件關鍵字也同樣適用文件存儲 NAS。其中,數據類型決定了您可以使用哪些條件運算符將請求中的值與權限策略語句中的值進行比較。您必須使用與數據類型匹配的條件運算符,否則無法匹配策略語句,授權行為無效。數據類型與條件運算符的對應關系,請參見條件操作類型。
條件關鍵字 | 描述 | 類型 |
---|---|---|
vpc:Vpc | VPC實例的資源ARN,示例值:acs:vpc:cn-hangzhou:0123456789:vpc/vpc-1234567890 | String |
nas:FileSystemType | 文件系統類型 | String |
nas:EncryptedType | 文件系統加密類型 | String |