123456789101112131415 |
- {
- "luci-proto-openfortivpn": {
- "description": "Grant access to LuCI openfortivpn procedures",
- "read": {
- "ubus": {
- "luci.openfortivpn": [ "getCertificates" ]
- }
- },
- "write": {
- "ubus": {
- "luci.openfortivpn": [ "setCertificates" ]
- }
- }
- }
- }
|