sec_userRoles
Retrieves roles assigned to a specified user, with optional materialization as a volatile table.
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 |