Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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>
 
    
  • No labels