MicroStrategy ONE

Revoke Security Filter statement

Revokes a security filter from a user or user group in a project.

Copy
REVOKE SECURITY FILTER 
 "security_filter_name" [FOLDER "location_path"]FROM 
 ([USER] "login_name"| [USER] 
 GROUP "user_group_name")FROM 
 [PROJECT] "project_name";

where:

  • SECURITY FILTER "security_filter_name" is the name of the security filter to be revoked from a user or user group on a project, of type string.

  • FOLDER "location_path" is the folder where the security filter is located in the project, of type string.

  • USER "login_name" is the login name of the user for whom the security filter in a project is to be revoked, of type string.

  • USER GROUP "user_group_name" is the name of the user group for which the security filter in a project is to be revoked, of type string.

  • PROJECT "project_name" is the name of the project in which the security filter is to be revoked from a user or a user group, of type string.

Example

Copy
REVOKE 
 SECURITY FILTER "SecFilter1" FROM USER "palcazar" 
 FROM PROJECT "MicroStrategy Tutorial";