Sftp Server Linked Service Response
data class SftpServerLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val encryptedCredential: String? = null, val host: Any, val hostKeyFingerprint: Any? = null, val parameters: Map<String, ParameterSpecificationResponse>? = null, val passPhrase: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val port: Any? = null, val privateKeyContent: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val privateKeyPath: Any? = null, val skipHostKeyValidation: Any? = null, val type: String, val userName: Any? = null)
A linked service for an SSH File Transfer Protocol (SFTP) server.
Constructors
Link copied to clipboard
fun SftpServerLinkedServiceResponse(annotations: List<Any>? = null, authenticationType: String? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, encryptedCredential: String? = null, host: Any, hostKeyFingerprint: Any? = null, parameters: Map<String, ParameterSpecificationResponse>? = null, passPhrase: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, port: Any? = null, privateKeyContent: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, privateKeyPath: Any? = null, skipHostKeyValidation: Any? = null, type: String, userName: Any? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The 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).