MicroStrategy ONE

Create Security Role statement

Creates a new security role.

Copy
CREATE SECURITY ROLE "security_role_name"[DESCRIPTION "security_role_description"][LONGDESCRIPTION 
 "long_description"];

where:

  • SECURITY ROLE  "security_role_name" is the name of the new security role, of type string.

  • DESCRIPTION "security_role_description" is the description of the new security role, of type string.

  • LONGDESCRIPTION "long_description is the long description of the security role, of type string.

Example

Copy
CREATE 
 SECURITY ROLE "Architect Users" DESCRIPTION "Sec Role for Architects;