sec_rolePermissions
Retrieve permissions assigned to a role. Optionally materialize the result as a volatile table for further analysis.
Instructions
Get permissions for a role.
Arguments: role_name - Role name to analyze. persist - If True, materializes result as a volatile table and returns table name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role_name | Yes | Role name to analyze. | |
| persist | No | If True, materializes result as a volatile table and returns table name |