#go to workspace, create a VDB with a DataRole and Permission
workspace
create-vdb myVdb vdbPath
cd myVdb
add-data-role myDataRole
#
#add a Permission to the DataRole
cd myDataRole
add-permission myPermission
#
#add a Mask to the Permission
cd myPermission
add-mask myMask
#
# Set a Mask property
cd myMask
set-property order myOrder
