
# 对端网关
| 权限       | 对应API接口                                                         | 授权项（Action）                 | 依赖的授权项 | IAM项目（Project） | 企业项目（Enterprise Project） |
|:---|:---|:---|:---|:---|:---|
| 创建对端网关   | POST /v5/{project_id}/customer-gateways                         | vpn:customerGateways:create | -      | √              | √                        |
| 查询对端网关详情 | GET /v5/{project_id}/customer-gateways/{customer_gateway_id}    | vpn:customerGateways:get    | -      | √              | √                        |
| 查询对端网关列表 | GET /v5/{project_id}/customer-gateways                          | vpn:customerGateways:list   | -      | √              | √                        |
| 更新对端网关   | PUT /v5/{project_id}/customer-gateways/{customer_gateway_id}    | vpn:customerGateways:update | -      | √              | √                        |
| 删除对端网关   | DELETE /v5/{project_id}/customer-gateways/{customer_gateway_id} | vpn:customerGateways:delete | -      | √              | √                        |
   
