permissions_set
Replace the ACL for a Databricks object (jobs, clusters, etc.) by providing a new list of permissions for users, groups, or service principals.
Instructions
Replace the ACL for an object (POST replaces the entire ACL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_type | Yes | Object type (jobs|clusters|...) | |
| object_id | Yes | ID of the object | |
| access_control_list | Yes | Replace ACL with this list. Each item has one of ``group_name``/``service_principal_name``/``user_name`` plus ``permission_level``. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |