Skip to contents

Updates workspace bindings of the securable. The caller must be a metastore admin or an owner of the securable.

Usage

update_workspace_binding_bindings(
  client,
  securable_type,
  securable_name,
  add = NULL,
  remove = NULL
)

workspaceBindingsUpdateBindings(
  client,
  securable_type,
  securable_name,
  add = NULL,
  remove = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

securable_type

Required. The type of the securable.

securable_name

Required. The name of the securable.

add

List of workspace bindings.

remove

List of workspace bindings.