Skip to content

Commit 7045768

Browse files
committed
docs: add new network and vm rbac resources
1 parent 29d2995 commit 7045768

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/vendor/team-management-rbac-resource-names.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,42 @@ Grants the holder permission to buy compatibility matrix credits.
374374

375375
Grants the holder permission to request an increase in the quota.
376376

377+
### kots/network/create
378+
379+
Grants the holder permission to create new networks.
380+
381+
### kots/network/list
382+
383+
Grants the holder permission to list networks.
384+
385+
### kots/network/[:networkid]
386+
387+
Grants the holder permission to get network details.
388+
389+
### kots/network/[:networkid]/delete
390+
391+
Grants the holder permission to delete a network.
392+
377393
### kots/network/[:networkId]/update
378394

379395
Grants the holder permission to update the network, including setting airgap policy and network reporting.
380396

397+
### kots/vm/create
398+
399+
Grants the holder permission to create new VMs.
400+
401+
### kots/vm/list
402+
403+
Grants the holder permission to list running and terminated VMs.
404+
405+
### kots/vm/[:vmid]
406+
407+
Grants the holder permission to get VM details.
408+
409+
### kots/vm/[:vmid]/delete
410+
411+
Grants the holder permission to delete a VM.
412+
381413
### kots/vm/tag/update
382414

383415
Grants the holder permission to update vm tags.

0 commit comments

Comments
 (0)