
# 访问策略
| 权限          | 对应API接口                                                                                          | 授权项（Action）                          | 依赖的授权项 | IAM项目（Project） | 企业项目（Enterprise Project） |
|:---|:---|:---|:---|:---|:---|
| 创建VPN访问策略   | POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/access-policies               | vpn:p2cVpnGateway:createAccessPolicy | -      | √              | √                        |
| 查询VPN访问策略列表 | GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/access-policies                | vpn:p2cVpnGateway:listAccessPolicies | -      | √              | √                        |
| 修改VPN访问策略   | PUT /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/access-policies/{policy_id}    | vpn:p2cVpnGateway:updateAccessPolicy | -      | √              | √                        |
| 查询VPN访问策略   | GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/access-policies/{policy_id}    | vpn:p2cVpnGateway:getAccessPolicy    | -      | √              | √                        |
| 删除VPN访问策略   | DELETE /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/access-policies/{policy_id} | vpn:p2cVpnGateway:deleteAccessPolicy | -      | √              | √                        |
   
