FtpServerLinkedService interface
FTP 伺服器連結服務。
- Extends
屬性
authentication |
要用來連線到 FTP 伺服器的驗證類型。 |
enable |
如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
enable |
如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
encrypted |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
host | FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。 |
password | 登入 FTP 伺服器的密碼。 |
port | FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
user |
登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
繼承的屬性
annotations | 可用於描述連結服務的標籤清單。 |
connect |
整合運行時間參考。 |
description | 鏈接的服務描述。 |
parameters | 連結服務的參數。 |
version | 連結服務的版本。 |
屬性詳細資料
authenticationType
要用來連線到 FTP 伺服器的驗證類型。
authenticationType?: string
屬性值
string
enableServerCertificateValidation
如果為 true,請透過 SSL/TLS 通道連線時驗證 FTP 伺服器 SSL 憑證。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
enableServerCertificateValidation?: any
屬性值
any
enableSsl
如果為 true,請透過 SSL/TLS 通道連線到 FTP 伺服器。 默認值為 true。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
enableSsl?: any
屬性值
any
encryptedCredential
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。
encryptedCredential?: string
屬性值
string
host
FTP 伺服器的主機名。 Type:string (或 expression with resultType string) 。
host: any
屬性值
any
password
port
FTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 21。 類型:integer (或 expression with resultType integer), minimum: 0。
port?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "FtpServer"
屬性值
"FtpServer"
userName
登入 FTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。
userName?: any
屬性值
any
繼承的屬性詳細資料
annotations
connectVia
整合運行時間參考。
connectVia?: IntegrationRuntimeReference
屬性值
description
parameters
連結服務的參數。
parameters?: {[propertyName: string]: ParameterSpecification}
屬性值
{[propertyName: string]: ParameterSpecification}