uc_grants_update
Update permissions on a Unity Catalog securable. Add, remove, or modify privileges for principals on catalogs, schemas, tables, and more.
Instructions
Apply permission changes to a securable
(PATCH /api/2.1/unity-catalog/permissions/{securable_type}/{full_name}).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| securable_type | Yes | Securable type (catalog, schema, table, view, volume, function, model, ...) | |
| full_name | Yes | Securable full name | |
| changes | Yes | List of changes, each shaped as one of: ``{'add': {'principal': ..., 'privileges': [...]}}``, ``{'remove': {'principal': ..., 'privileges': [...]}}``, or ``{'update': {'principal': ..., 'privileges': [...]}}``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |