Sql Server Linked Service Response
data class SqlServerLinkedServiceResponse(val alwaysEncryptedSettings: SqlAlwaysEncryptedPropertiesResponse? = null, val annotations: List<Any>? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val connectionString: Any, val description: String? = null, val encryptedCredential: String? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val type: String, val userName: Any? = null)
SQL Server linked service.
Constructors
Link copied to clipboard
fun SqlServerLinkedServiceResponse(alwaysEncryptedSettings: SqlAlwaysEncryptedPropertiesResponse? = null, annotations: List<Any>? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, connectionString: Any, description: String? = null, encryptedCredential: String? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, type: String, userName: Any? = null)