Skip to contents

Updates the permissions on a workspace object. Workspace objects can inherit permissions from their parent objects or root object.

Usage

update_notebook_permissions(
  client,
  workspace_object_type,
  workspace_object_id,
  access_control_list = NULL
)

workspaceUpdatePermissions(
  client,
  workspace_object_type,
  workspace_object_id,
  access_control_list = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

workspace_object_type

Required. The workspace object type for which to get or manage permissions.

workspace_object_id

Required. The workspace object for which to get or manage permissions.

access_control_list

This field has no description yet.