|
1169 | 1169 | "summary": "List VPN gateways in a project.", |
1170 | 1170 | "x-stackit-authorization": { |
1171 | 1171 | "actions": [ |
1172 | | - "vpn.instance.list" |
| 1172 | + "vpn.gateway.list" |
1173 | 1173 | ], |
1174 | 1174 | "resource-id": "projectId", |
1175 | 1175 | "resource-id-type": "dynamic", |
|
1237 | 1237 | "summary": "Create a VPN gateway in a project.", |
1238 | 1238 | "x-stackit-authorization": { |
1239 | 1239 | "actions": [ |
1240 | | - "vpn.instance.create" |
| 1240 | + "vpn.gateway.create" |
1241 | 1241 | ], |
1242 | 1242 | "resource-id": "projectId", |
1243 | 1243 | "resource-id-type": "dynamic", |
|
1295 | 1295 | "summary": "Delete a existing VPN gateway in a project.", |
1296 | 1296 | "x-stackit-authorization": { |
1297 | 1297 | "actions": [ |
1298 | | - "vpn.instance.delete" |
| 1298 | + "vpn.gateway.delete" |
1299 | 1299 | ], |
1300 | 1300 | "resource-id": "projectId", |
1301 | 1301 | "resource-id-type": "dynamic", |
|
1361 | 1361 | "summary": "Get details of a VPN instance in a project.", |
1362 | 1362 | "x-stackit-authorization": { |
1363 | 1363 | "actions": [ |
1364 | | - "vpn.instance.get" |
| 1364 | + "vpn.gateway.get" |
1365 | 1365 | ], |
1366 | 1366 | "resource-id": "projectId", |
1367 | 1367 | "resource-id-type": "dynamic", |
|
1437 | 1437 | "summary": "Update a VPN gateway in a project.", |
1438 | 1438 | "x-stackit-authorization": { |
1439 | 1439 | "actions": [ |
1440 | | - "vpn.instance.update" |
| 1440 | + "vpn.gateway.update" |
1441 | 1441 | ], |
1442 | 1442 | "resource-id": "projectId", |
1443 | 1443 | "resource-id-type": "dynamic", |
|
1950 | 1950 | "summary": "Get the status of a VPN gateway in a project.", |
1951 | 1951 | "x-stackit-authorization": { |
1952 | 1952 | "actions": [ |
1953 | | - "vpn.status.get" |
| 1953 | + "vpn.gateway.status.get" |
1954 | 1954 | ], |
1955 | 1955 | "resource-id": "projectId", |
1956 | 1956 | "resource-id-type": "dynamic", |
|
0 commit comments