Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/vendor/team-management-rbac-resource-names.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,10 +374,42 @@ Grants the holder permission to buy compatibility matrix credits.

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

### kots/network/create

Grants the holder permission to create new networks.

### kots/network/list

Grants the holder permission to list networks.

### kots/network/[:networkid]

Grants the holder permission to get network details.

### kots/network/[:networkid]/delete

Grants the holder permission to delete a network.

### kots/network/[:networkId]/update

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

### kots/vm/create

Grants the holder permission to create new VMs.

### kots/vm/list

Grants the holder permission to list running and terminated VMs.

### kots/vm/[:vmid]

Grants the holder permission to get VM details.

### kots/vm/[:vmid]/delete

Grants the holder permission to delete a VM.

### kots/vm/tag/update

Grants the holder permission to update vm tags.
Expand Down