Skip to contents

Sets the access control list (ACL) for a specified object. This operation will complete rewrite the ACL.

Usage

set_dbsql_permission(
  client,
  object_type,
  object_id,
  access_control_list = NULL
)

dbsqlPermissionsSet(client, object_type, object_id, access_control_list = NULL)

Arguments

client

Required. Instance of DatabricksClient()

object_type

Required. The type of object permission to set.

object_id

Required. Object ID.

access_control_list

This field has no description yet.