访问控制(RAM)是阿里云提供的管理用户身份与资源访问权限的服务。使用RAM可以让您避免与其他用户共享阿里云账号密钥,并可按需为用户授予最小权限。RAM中使用权限策略描述授权的具体内容。
本文为您介绍专有网络VPC(VPC)为RAM权限策略定义的操作(Action)、资源(Resource)和条件(Condition)。专有网络VPC(VPC)的RAM代码(RamCode)为vpc,支持的授权粒度为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)
下表是专有网络VPC(VPC)定义的操作,这些操作可以在RAM权限策略语句的Action
元素中使用,用来授予执行该操作的权限。下面对表中的具体项提供说明:- 操作:是指具体的权限点。
- API:是指操作对应的API接口。
- 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
- 资源类型:是指操作中支持授权的资源类型。具体说明如下:
- 对于必选的资源类型,用背景高亮的方式表示。
- 对于不支持资源级授权的操作,用
全部资源
表示。
- 条件关键字:是指云产品自身定义的条件关键字。该列不体现适用于任何操作的通用条件关键字。
- 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作 | API | 访问级别 | 资源类型 | 条件关键字 | 关联操作 |
---|---|---|---|---|---|
vpc:CreateForwardEntry | CreateForwardEntry | Write | ForwardTable acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId} | 无 | 无 |
vpc:CreateNatGateway | CreateNatGateway | Write | NatGateway acs:vpc:{#regionId}:{#accountId}:natgateway/* | 无 | 无 |
vpc:CreateSnatEntry | CreateSnatEntry | Write | SnatEntry acs:vpc:{#regionId}:{#accountId}:snattable/* | 无 | 无 |
vpc:DeleteForwardEntry | DeleteForwardEntry | Write | ForwardTable acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId} | 无 | 无 |
vpc:DeleteNatGateway | DeleteNatGateway | Write | NatGateway acs:vpc:{#regionId}:{#accountId}:natgateway/{#natgatewayid} | 无 | 无 |
vpc:DeleteSnatEntry | DeleteSnatEntry | Write | SnatTable acs:vpc:{#regionId}:{#accountId}:snattable/{#SnatTableId} | 无 | 无 |
vpc:DeleteVSwitchCidrReservation | DeleteVSwitchCidrReservation | Write | VSwitchCidrReservation acs:vpc:{#regionId}:{#accountId}:vswitchcidrreservation/{#VSwitchCidrReservationId} | 无 | 无 |
vpc:DescribeForwardTableEntries | DescribeForwardTableEntries | Read | ForwardTable acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId} | 无 | 无 |
vpc:DescribeNatGateways | DescribeNatGateways | Read | NatGateway acs:vpc:{#regionId}:{#accountId}:natgateway/*NatGateway acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId} | 无 | 无 |
vpc:DescribeSnatTableEntries | DescribeSnatTableEntries | Read | SnatTable acs:vpc:{#regionId}:{#accountId}:snattable/{#SnatTableId} | 无 | 无 |
vpc:GetNatGatewayAttribute | GetNatGatewayAttribute | Read | NatGateway acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId} | 无 | 无 |
vpc:ListEnhanhcedNatGatewayAvailableZones | ListEnhanhcedNatGatewayAvailableZones | List | NatGateway acs:vpc:{#regionId}:{#accountId}:natgateway/* | 无 | 无 |
vpc:ModifyForwardEntry | ModifyForwardEntry | Write | ForwardTable acs:vpc:{#regionId}:{#accountId}:forwardtable/{#ForwardTableId} | 无 | 无 |
vpc:ModifyNatGatewayAttribute | ModifyNatGatewayAttribute | Write | NatGateway acs:vpc:{#regionId}:{#accountId}:natgateway/{#NatGatewayId} | 无 | 无 |
vpc:ModifySnatEntry | ModifySnatEntry | Write | SnatTable acs:vpc:{#regionId}:{#accountId}:snattable/{#SnatTableId} | 无 | 无 |
vpc:VpcDescribeVpcNatGatewayNetworkInterfaceQuota | VpcDescribeVpcNatGatewayNetworkInterfaceQuota | Read | 无 | 无 |
资源(Resource)
下表是专有网络VPC(VPC)定义的资源,这些资源可以在RAM权限策略语句的Resource
元素中使用,用来授予对该资源执行具体操作的权限。 其中,资源ARN是资源在阿里云上的唯一标识。具体说明如下:{#}
为变量标识,需要您替换为实际值。例如:{#ramcode}
需要您替换为实际的云服务RAM代码。-
*
表示全部。例如:{#resourceType}
为*
时:表示全部资源。{#regionId}
为*
时:表示全部地域。{#accountId}
为*
时:表示全部阿里云账号。
资源类型 | 资源ARN |
---|---|
VPC | acs:vpc:{#Region}:{#AccountId}:vpc/{#VpcId} |
PrefixList | acs:vpc:{#Region}:{#AccountId}:prefixlist/{#PrefixListId} |
RouteTable | acs:vpc:{#Region}:{#AccountId}:routetable/{#RouteTableId} |
DhcpOptionsSet | acs:vpc:{#Region}:{#AccountId}:dhcpoptionsset/{#DhcpOptionsSetId} |
TrafficMirrorFilter | acs:vpc:{#Region}:{#AccountId}:trafficmirrorfilter/{#TrafficMirrorFilterId} |
FlowLogService | acs:vpc:{#Region}:{#AccountId}:flowlogservice |
TrafficMirrorSession | acs:vpc:{#Region}:{#AccountId}:trafficmirrorsession/{#TrafficMirrorSessionId} |
Ipv6Gateway | acs:vpc:{#Region}:{#AccountId}:ipv6gateway/{#Ipv6GatewayId} |
VSwitch | acs:vpc:{#Region}:{#AccountId}:vpc/{#VpcId}/vswitch/{#VSwitchId} |
NetworkAcl | acs:vpc:{#Region}:{#AccountId}:networkacl/{#NetworkAclId} |
GlobalAccelerationInstance | acs:{#ramcode}:{#regionId}:{#accountId}:globalaccelerationinstance/{#GlobalAccelerationInstanceId} |
Ipv6EgressRule | acs:vpc:{#Region}:{#AccountId}:vpc/{#VpcId}/ipv6gateway/{#Ipv6GatewayId}/ipv6egressrule/{#Ipv6EgressRuleId} |
PublicIpAddressPool | acs:vpc:{#Region}:{#AccountId}:publicipaddresspool/{#PublicIpAddressPoolId} |
GatewayEndpoint | acs:vpc:{#Region}:{#AccountId}:gatewayendpoint/{#GatewayEndpointId} |
VSwitchCidrReservation | acs:vpc:{#Region}:{#AccountId}:vswitchcidrreservation/{#VSwitchCidrReservationId} |
VRouter | acs:vpc:{#Region}:{#AccountId}:vpc/{#VpcId}/vrouter/{#VRouterId} |
Ipv6InternetBandwidth | acs:vpc:{#Region}:{#AccountId}:ipv6internetbandwidth/{#Ipv6InternetBandwidthId} |
Ipv4Gateway | acs:vpc:{#Region}:{#AccountId}:ipv4gateway/{#Ipv4GatewayId} |
HaVip | acs:vpc:{#Region}:{#AccountId}:havip/{#HaVipId} |
TrafficMirrorService | acs:vpc:{#Region}:{#AccountId}:trafficmirrorsessionservice |
FlowLog | acs:vpc:{#Region}:{#AccountId}:flowlog/{#FlowLogId} |
RouteEntry | acs:vpc:{#Region}:{#AccountId}:routetable/{#RouteTableId}/routeentry/{#RouteEntryId} |
GrantRuleToCen | acs:vpc:{#Region}:{#AccountId}:vpc/{#InstanceId}/grantruletocen/{#CenId} |
条件(Condition)
下表是专有网络VPC(VPC)定义的产品级条件关键字,这些条件关键字可以在RAM权限策略语句的
Condition
元素中使用,用来描述授予权限的条件。以下仅列举产品级的条件关键字,阿里云定义的通用条件关键字也同样适用专有网络VPC(VPC)。其中,数据类型决定了您可以使用哪些条件运算符将请求中的值与权限策略语句中的值进行比较。您必须使用与数据类型匹配的条件运算符,否则无法匹配策略语句,授权行为无效。数据类型与条件运算符的对应关系,请参见条件操作类型。
条件关键字 | 描述 | 类型 |
---|---|---|
vpc:PhysicalConnection | 物理专线信息 | String |
vpc:VBR | 边界路由器信息 | String |
vpc:VPC | VPC信息 | String |
vpc:VRouter | 路由器信息 | String |
vpc:tag | VPC的标签 | String |
vpc:TargetAccountRDId | 对端用户资源目录ID信息 | String |