Package version:
OptionalannotationsList of tags that can be used for describing the linked service.
OptionalauthenticationThe authentication type to be used to connect to the FTP server.
OptionalconnectThe integration runtime reference.
OptionaldescriptionLinked service description.
OptionalencryptedThe encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
The SFTP server host name. Type: string (or Expression with resultType string).
OptionalhostThe host key finger-print of the SFTP server. When SkipHostKeyValidation is false, HostKeyFingerprint should be specified. Type: string (or Expression with resultType string).
OptionalparametersParameters for linked service.
OptionalpassThe password to decrypt the SSH private key if the SSH private key is encrypted.
OptionalpasswordPassword to logon the SFTP server for Basic authentication.
OptionalportThe TCP port number that the SFTP server uses to listen for client connections. Default value is 22. Type: integer (or Expression with resultType integer), minimum: 0.
OptionalprivateBase64 encoded SSH private key content for SshPublicKey authentication. For on-premises copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be OpenSSH format.
OptionalprivateThe SSH private key file path for SshPublicKey authentication. Only valid for on-premises copy. For on-premises copy with SshPublicKey authentication, either PrivateKeyPath or PrivateKeyContent should be specified. SSH private key should be OpenSSH format. Type: string (or Expression with resultType string).
OptionalskipIf true, skip the SSH host key validation. Default value is false. Type: boolean (or Expression with resultType boolean).
Polymorphic discriminator, which specifies the different types this object can be
OptionaluserThe username used to log on to the SFTP server. Type: string (or Expression with resultType string).
OptionalversionVersion of the linked service.
A linked service for an SSH File Transfer Protocol (SFTP) server.