Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
FunctionExisting CommandProposed ChangeComments
Grant
security grant entity <entity-id> principal-type <principal-type> principal-name <principal-name> actions <actions>
grant actions <actions> on entity <entity-id> to [principal-type <principal-type> principal-name] <principal-name>
 
Revoke
security revoke entity <entity-id> principal-type <principal-type> principal-name <principal-name> actions <actions>
revoke actions <actions> on entity <entity-id> from [principal-type <principal-type> principal-name] <principal-name>
 
Check Access
security access entity <entity-id> principal-type <principal-type> principal-name <principal-name> actions <actions>

Remove.

 
Create Role-
create role <role-name>
 
List Roles-
list roles
 
Add role to group-
add role <role-name> to group <group-name>
 
List roles for group-
list roles for group <group-name>
 
List privileges for role-
list privileges for role <role-name>