AzureSqlDatabaseLinkedServiceResponse

data class AzureSqlDatabaseLinkedServiceResponse(val alwaysEncryptedSettings: SqlAlwaysEncryptedPropertiesResponse? = null, val annotations: List<Any>? = null, val azureCloudType: Any? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any, val credential: CredentialReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: AzureKeyVaultSecretReferenceResponse? = null, val servicePrincipalId: Any? = null, val servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val tenant: Any? = null, val type: String)

Microsoft Azure SQL Database linked service.

Constructors

Link copied to clipboard
constructor(alwaysEncryptedSettings: SqlAlwaysEncryptedPropertiesResponse? = null, annotations: List<Any>? = null, azureCloudType: Any? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any, credential: CredentialReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: AzureKeyVaultSecretReferenceResponse? = null, servicePrincipalId: Any? = null, servicePrincipalKey: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, tenant: Any? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sql always encrypted properties.

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 azureCloudType: Any? = null

Indicates the azure cloud type of the service principle auth. Allowed values are AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. Default value is the data factory regions’ cloud type. Type: string (or Expression with resultType string).

Link copied to clipboard

The connection string. Type: string, SecureString or AzureKeyVaultSecretReference.

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

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

The Azure key vault secret reference of password in connection string.

Link copied to clipboard
val servicePrincipalId: Any? = null

The ID of the service principal used to authenticate against Azure SQL Database. Type: string (or Expression with resultType string).

Link copied to clipboard

The key of the service principal used to authenticate against Azure SQL Database.

Link copied to clipboard
val tenant: Any? = null

The name or ID of the tenant to which the service principal belongs. Type: string (or Expression with resultType string).

Link copied to clipboard

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