sec_userDbPermissions
Retrieves permissions for a specified user across all databases, with an option to materialize results into a volatile table.
Instructions
Get permissions for a user across all databases.
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 |