I'm working on a project for a professor where I script the creation of a bunch of users an make 3VMS for each of them .
The catch is each user should only be able to access their own VMs but i can only use API requests to make this happen.
I want to add the following roles to each user on each VM:
The catch is each user should only be able to access their own VMs but i can only use API requests to make this happen.
I want to add the following roles to each user on each VM:
VM.PowerMgmt
VM.Console
VM.Monitor
VM.Backup
and this is where I am stuck.VM.Console
VM.Monitor
VM.Backup