Uc Workspace Bindings
Control access to Unity Catalog resources
Get catalog workspace bindings GA
GET
Deprecated
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_namestringRequiredpath
The name of the catalog.
Response
- workspacesarray of int64
A list of workspace IDs
Update catalog workspace bindings GA
PATCH
Deprecated
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_namestringRequiredpath
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