Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions docs/workspace/iam/permissions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,9 @@
object.

:param request_object_type: str
The type of the request object. Can be one of the following: alerts, alertsv2, authorization,
clusters, cluster-policies, dashboards, dbsql-dashboards, directories, experiments, files, genie,
instance-pools, jobs, notebooks, pipelines, queries, registered-models, repos, serving-endpoints, or
warehouses.
The type of the request object. Can be one of the following: alerts, alertsv2, apps, authorization, clusters, cluster-policies, dashboards, database-instances,
database-projects, dbsql-dashboards, directories, experiments, files, genie, instance-pools, jobs, notebooks, pipelines, queries, registered-models, repos,
serving-endpoints, warehouses, or vector-search-endpoints.
:param request_object_id: str
The id of the request object.

Expand Down Expand Up @@ -156,4 +155,4 @@
:param access_control_list: List[:class:`AccessControlRequest`] (optional)

:returns: :class:`ObjectPermissions`


Loading