Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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
Object
Object
Anchor
Verifyobjectpermissions-Object
Verifyobjectpermissions-Object
Object

First 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
languagebash
linenumbersfalse
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
Permission
Permission
Anchor
Verifyobjectpermissions-Permission
Verifyobjectpermissions-Permission
Permission

Permissions in the folder command can be listed by the vss compute folder get <moref-or-name> perm command:

...