...
This document will guide you through the process of listing permissions on folder objects, but you also can apply this method on networks and virtual machines.
Anchor |
---|
| Verifyobjectpermissions-Object |
---|
| Verifyobjectpermissions-Object |
---|
|
ObjectFirst of all, we should get either the moref
or UUID
of the object to list permissions. In this case, the folder moref
can be queried by vss compute folder ls
as follows:
...
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
vss-cli compute folder get group-v1234
Path : Public > Folder
Parent : Public
Name : Folder
vss-cli compute folder get Folder
Path : Public > Folder
Parent : Public
Name : Folder |
Anchor |
---|
| Verifyobjectpermissions-Permission |
---|
| Verifyobjectpermissions-Permission |
---|
|
PermissionPermissions in the folder command can be listed by the vss compute folder get <moref-or-name> perm
command:
...