AzureDatabricksDeltaLakeLinkedServiceResponse

data class AzureDatabricksDeltaLakeLinkedServiceResponse(val accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val annotations: List<Any>? = null, val clusterId: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val credential: CredentialReferenceResponse? = null, val description: String? = null, val domain: Any, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val type: String, val version: String? = null, val workspaceResourceId: Any? = null)

Azure Databricks Delta Lake linked service.

Constructors

constructor(accessToken: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, annotations: List<Any>? = null, clusterId: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, credential: CredentialReferenceResponse? = null, description: String? = null, domain: Any, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, type: String, version: String? = null, workspaceResourceId: Any? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string, SecureString or AzureKeyVaultSecretReference.

Link copied to clipboard
val annotations: List<Any>? = null

List of tags that can be used for describing the linked service.

Link copied to clipboard
val clusterId: Any? = null

The id of an existing interactive cluster that will be used for all runs of this job. Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard

The credential reference containing authentication information.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard
val domain: Any

.azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with resultType string).

Link copied to clipboard

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Type of linked service. Expected value is 'AzureDatabricksDeltaLake'.

Link copied to clipboard
val version: String? = null

Version of the linked service.

Link copied to clipboard

Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).