recipient_activation_url
Creates, updates, deletes, gets or lists a recipient_activation_url resource.
Overview
| Name | recipient_activation_url |
| Type | Resource |
| Id | databricks_workspace.deltasharing.recipient_activation_url |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
getactivationurlinfo | exec | deployment_name | Gets an activation URL for a share. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
deployment_name | string | The Databricks Workspace Deployment Name (default: dbc-abcd0123-a1bc) |
Lifecycle Methods
- getactivationurlinfo
Gets an activation URL for a share.
EXEC databricks_workspace.deltasharing.recipient_activation_url.getactivationurlinfo
@deployment_name='{{ deployment_name }}' --required;