用户管理
权限 | 对应API接口 | 授权项(Action) | 依赖的授权项 | IAM项目(Project) | 企业项目(Enterprise Project) |
|---|---|---|---|---|---|
创建VPN用户 | POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users | vpn:p2cVpnUser:create | - | √ | x |
批量创建VPN用户 | POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/batch-create | vpn:p2cVpnUser:batchCreate | - | √ | x |
查询VPN用户列表 | GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users | vpn:p2cVpnUser:list | - | √ | x |
修改VPN用户 | PUT /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id} | vpn:p2cVpnUser:update | - | √ | x |
查询VPN用户 | GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id} | vpn:p2cVpnUser:get | - | √ | x |
删除VPN用户 | DELETE /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id} | vpn:p2cVpnUser:delete | - | √ | x |
批量删除VPN用户 | POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/batch-delete | vpn:p2cVpnUser:batchDelete | - | √ | x |
修改VPN用户密码 | PUT /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id}/password | vpn:p2cVpnUser:updatePassword | - | √ | x |
重置VPN用户密码 | POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/users/{user_id}/reset-password | vpn:p2cVpnUser:resetPassword | - | √ | x |
创建VPN用户组 | POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups | vpn:p2cVpnGateway:createUserGroup | - | √ | x |
查询VPN用户组列表 | GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups | vpn:p2cVpnGateway:listUserGroup | - | √ | x |
修改VPN用户组 | PUT /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id} | vpn:p2cVpnGateway:updateUserGroup | - | √ | x |
查询VPN用户组 | GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id} | vpn:p2cVpnGateway:getUserGroup | - | √ | x |
删除VPN用户组 | DELETE /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id} | vpn:p2cVpnGateway:deleteUserGroup | - | √ | x |
添加VPN用户到组 | POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id}/add-users | vpn:p2cVpnGateway:addUsers | - | √ | x |
删除组内VPN用户 | POST /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id}/remove-users | vpn:p2cVpnGateway:removeUsers | - | √ | x |
查询组内VPN用户 | GET /v5/{project_id}/p2c-vpn-gateways/vpn-servers/{vpn_server_id}/groups/{group_id}/users | vpn:p2cVpnGateway:listUsersInGroup | - | √ | x |

