FtpServerLinkedServiceResponse

data class FtpServerLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val enableServerCertificateValidation: Any? = null, val enableSsl: Any? = null, val encryptedCredential: String? = null, val host: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val port: Any? = null, val type: String, val userName: Any? = null, val version: String? = null)

A FTP server Linked Service.

Constructors

Link copied to clipboard
constructor(annotations: List<Any>? = null, authenticationType: String? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, enableServerCertificateValidation: Any? = null, enableSsl: Any? = null, encryptedCredential: String? = null, host: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, port: Any? = null, type: String, userName: Any? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

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

The authentication type to be used to connect to the FTP server.

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: String? = null

Linked service description.

Link copied to clipboard

If true, validate the FTP server SSL certificate when connect over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val enableSsl: Any? = null

If true, connect to the FTP server over SSL/TLS channel. Default value is true. Type: boolean (or Expression with resultType boolean).

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
val host: Any

Host name of the FTP server. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

Password to logon the FTP server.

Link copied to clipboard
val port: Any? = null

The TCP port number that the FTP server uses to listen for client connections. Default value is 21. Type: integer (or Expression with resultType integer), minimum: 0.

Link copied to clipboard

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

Link copied to clipboard
val userName: Any? = null

Username to logon the FTP server. Type: string (or Expression with resultType string).

Link copied to clipboard
val version: String? = null

Version of the linked service.