Create an auth provider.
create_provider.Rd
Creates a new authentication provider minimally based on a name and authentication type. The caller must be an admin on the metastore.
Usage
create_provider(
client,
name,
authentication_type,
comment = NULL,
recipient_profile_str = NULL
)
providersCreate(
client,
name,
authentication_type,
comment = NULL,
recipient_profile_str = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- name
Required. The name of the Provider.
- authentication_type
Required. The delta sharing authentication type.
- comment
Description about the provider.
- recipient_profile_str
This field is required when the authentication_type is TOKEN or not provided.