MicroStrategy ONE

Remove Configuration Object ACE statement

Removes an ACE (Access Control Entry) from a configuration object's ACL (Access Control List).

Copy
REMOVE 
 ACE FROMconf_object_type "object_name" (USER "user_name" | GROUP "group_name");

where:

  • conf_object_type is the type of configuration object from which an ACE is to be removed, from the following list: DBINSTANCE, DBCONNECTION, DBLOGIN, SCHEDULE, USER, GROUP, EVENT.

  • "object_name" is the name of the configuration object, of type string.

  • USER "user_name" is the login name of the user to be assigned to the new ACE, of type string.

  • GROUP "group_name" is the login name of the group to be assigned to the new ACE, of type string.

Example

Copy
REMOVE ACE FROMSCHEDULE 
 "All the time"USER 
 "Developer";