Update a share recipient.
update_recipient.Rd
Updates an existing recipient in the metastore. The caller must be a metastore admin or the owner of the recipient. If the recipient name will be updated, the user must be both a metastore admin and the owner of the recipient.
Usage
update_recipient(
client,
name,
comment = NULL,
ip_access_list = NULL,
new_name = NULL,
owner = NULL,
properties_kvpairs = NULL
)
recipientsUpdate(
client,
name,
comment = NULL,
ip_access_list = NULL,
new_name = NULL,
owner = NULL,
properties_kvpairs = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. Name of the recipient.
- comment
Description about the recipient.
- ip_access_list
IP Access List.
- new_name
New name for the recipient.
- owner
Username of the recipient owner.
- properties_kvpairs
Recipient properties as map of string key-value pairs.