...
Code Block |
---|
#GRANTPERMISSION username/rolename operation1 operation2 operation3 ... object/user/role #GRANTPERMISSION otherUser read stop_query nexmark:person #GRANTPERSMISSION otherUser remove_all null // Remark: There a some commands that don't have a target. In this case, the last parameter can be any value and will be ignored, but must be given! |
...
Code Block |
---|
#REVOKEPERMISSION username/rolename operation1 operation2 operation3 object/user/role #REVOKEPERMISSION otherUser stop_query nexmark:person #REVOKEPERMISSION otherUser remove_all null // Remark: There a some commands that don't have a target. In this case, the last parameter can be any value and will be ignored, but must be given |
...