Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FtpServerLinkedService

Package version

A FTP server Linked Service.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

Optional authenticationType

authenticationType: FtpAuthenticationType

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

Optional connectVia

The integration runtime reference.

Optional description

description: undefined | string

Linked service description.

Optional enableServerCertificateValidation

enableServerCertificateValidation: any

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).

Optional enableSsl

enableSsl: any

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

Optional encryptedCredential

encryptedCredential: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

host

host: any

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

Optional parameters

parameters: undefined | {}

Parameters for linked service.

Optional password

password: SecretBaseUnion

Password to logon the FTP server.

Optional port

port: any

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.

type

type: "FtpServer"

Polymorphic discriminator, which specifies the different types this object can be

Optional userName

userName: any

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

Generated using TypeDoc