Skip to main content

recipient_activation_token

Operations on a recipient_activation_token resource.

Overview

Namerecipient_activation_token
TypeResource
Iddatabricks_workspace.deltasharing.recipient_activation_token

Fields

NameDatatype
bearerTokenstring
endpointstring
expirationTimestring
shareCredentialsVersioninteger

Methods

NameAccessible byRequired ParamsDescription
retrievetokenSELECTactivation_url, deployment_nameRetrieve access token with an activation url. This is a public API without any authentication.

SELECT examples

SELECT
bearerToken,
endpoint,
expirationTime,
shareCredentialsVersion
FROM databricks_workspace.deltasharing.recipient_activation_token
WHERE activation_url = '{{ activation_url }}' AND
deployment_name = '{{ deployment_name }}';