Skip to contents

Gets the permission levels that a user can have on an object.

Usage

get_notebook_permission_levels(
  client,
  workspace_object_type,
  workspace_object_id
)

workspaceGetPermissionLevels(
  client,
  workspace_object_type,
  workspace_object_id
)

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.