Uc Workspace Bindings
Control access to Unity Catalog resources
Get Catalog Workspace Bindings GA
GET
Gets workspace bindings of the catalog. The caller must be a metastore admin or an owner of the catalog.
API scopes: unity-catalog
Parameters
- catalog_namestringpath
The name of the catalog.
Response
- workspacesarray of int64
A list of workspace IDs
Update Catalog Workspace Bindings GA
PATCH
Updates workspace bindings of the catalog. The caller must be a metastore admin or an owner of the catalog.
API scopes: unity-catalog
Parameters
- catalog_namestringpath
The name of the catalog.
Request body
- assign_workspacesarray of int64
A list of workspace IDs.
- unassign_workspacesarray of int64
A list of workspace IDs.
Response
- workspacesarray of int64
A list of workspace IDs