sec_userRoles
Retrieve roles assigned to a specific user. Optionally materialize results as a volatile table for further analysis.
Instructions
Get roles assigned to a user.
Arguments: user_name - User name to analyze. persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_name | Yes | User name to analyze. | |
| persist | No | If True, materializes result as a volatile table and returns table name |