SftpServerLinkedService interface
SSH 檔案傳輸通訊協定 (SFTP) 伺服器的連結服務。
- Extends
屬性
authentication |
要用來連線到 FTP 伺服器的驗證類型。 |
encrypted |
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。 |
host | SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。 |
host |
SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。 |
pass |
如果 SSH 私鑰已加密,則解密 SSH 私鑰的密碼。 |
password | 登入 SFTP 伺服器以進行基本身份驗證的密碼。 |
port | SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。 |
private |
針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 |
private |
SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。 |
skip |
如果為 true,請略過 SSH 主機金鑰驗證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
user |
用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。 |
繼承的屬性
annotations | 可用於描述連結服務的標籤清單。 |
connect |
整合運行時間參考。 |
description | 鏈接的服務描述。 |
parameters | 連結服務的參數。 |
version | 連結服務的版本。 |
屬性詳細資料
authenticationType
要用來連線到 FTP 伺服器的驗證類型。
authenticationType?: string
屬性值
string
encryptedCredential
用於驗證的加密認證。 認證會使用整合運行時間認證管理員進行加密。 類型:字串。
encryptedCredential?: string
屬性值
string
host
SFTP 伺服器主機名。 Type:string (或 expression with resultType string) 。
host: any
屬性值
any
hostKeyFingerprint
SFTP 伺服器的主機按鍵列印。 當 SkipHostKeyValidation 為 false 時,應該指定 HostKeyFingerprint。 Type:string (或 expression with resultType string) 。
hostKeyFingerprint?: any
屬性值
any
passPhrase
password
port
SFTP 伺服器用來接聽用戶端連線的 TCP 連接埠號碼。 預設值為 22。 類型:integer (或 expression with resultType integer), minimum: 0。
port?: any
屬性值
any
privateKeyContent
針對 SshPublicKey 驗證,Base64 編碼的 SSH 私鑰內容。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。
privateKeyContent?: SecretBaseUnion
屬性值
privateKeyPath
SshPublicKey 驗證的 SSH 私鑰檔案路徑。 僅適用於內部部署複本。 針對使用 SshPublicKey 驗證的內部部署複製,應該指定 PrivateKeyPath 或 PrivateKeyContent。 SSH 私密金鑰應該是 OpenSSH 格式。 Type:string (或 expression with resultType string) 。
privateKeyPath?: any
屬性值
any
skipHostKeyValidation
如果為 true,請略過 SSH 主機金鑰驗證。 默認值為 false。 類型:布爾值(或 expression 含 resultType 布爾值的表達式)。
skipHostKeyValidation?: any
屬性值
any
type
多型歧視性,指定這個物件可以是的不同類型
type: "Sftp"
屬性值
"Sftp"
userName
用來登入SFTP 伺服器的用戶名稱。 Type:string (或 expression with resultType string) 。
userName?: any
屬性值
any
繼承的屬性詳細資料
annotations
connectVia
整合運行時間參考。
connectVia?: IntegrationRuntimeReference
屬性值
description
parameters
連結服務的參數。
parameters?: {[propertyName: string]: ParameterSpecification}
屬性值
{[propertyName: string]: ParameterSpecification}