This command provides the description of an existing in the current .
Roles are visible only if the current role has USAGE privileges on the role.
Arguments
role_name
Name of the role to describe. If the name is case sensitive you must wrap it in double quotes; otherwise, the system uses the lowercase name.
Examples
<no-db>/<no-store># DESCRIBE ROLE useradmin;+--------------+------------+----------------+--------------------+-------------+|Type|Name|Privilege|WithGrantOption|GrantedBy|+==============+============+================+====================+=============+|role|public|usage|false|orgadmin|+--------------+------------+----------------+--------------------+-------------+|organization|useradmin|manage_members|true|orgadmin|+--------------+------------+----------------+--------------------+-------------+