Update a provider.
update_provider.Rd
Updates the information for an authentication provider, if the caller is a metastore admin or is the owner of the provider. If the update changes the provider name, the caller must be both a metastore admin and the owner of the provider.
Usage
update_provider(
client,
name,
comment = NULL,
new_name = NULL,
owner = NULL,
recipient_profile_str = NULL
)
providersUpdate(
client,
name,
comment = NULL,
new_name = NULL,
owner = NULL,
recipient_profile_str = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. Name of the provider.
- comment
Description about the provider.
- new_name
New name for the provider.
- owner
Username of Provider owner.
- recipient_profile_str
This field is required when the authentication_type is TOKEN or not provided.