MicroStrategy ONE

List Security Role Properties statement

Lists current values of properties of a security role.

Copy
LIST [ALL] PROPERTIESFOR [SECURITY] ROLE "security_role_name";

where:

SECURITY ROLE "security_role_name" is the name of the security role for which properties are to be listed, of type string.

Example

Copy
LIST PROPERTIES FOR SECURITY ROLE "Architect 
 Users";

ResultSet Columns

DESCRIPTION: The description of the security role, returned as a string.

ID: The object ID of the security role, returned as a string.

LONG_DESCRIPTION: The long description of the security role, returned as a string.

NAME: The name of the security role, returned as a string.