SftpServerLinkedServiceArgs

data class SftpServerLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authenticationType: Output<Either<String, SftpAuthenticationType>>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val encryptedCredential: Output<String>? = null, val host: Output<Any>, val hostKeyFingerprint: Output<Any>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val passPhrase: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val port: Output<Any>? = null, val privateKeyContent: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val privateKeyPath: Output<Any>? = null, val skipHostKeyValidation: Output<Any>? = null, val type: Output<String>, val userName: Output<Any>? = null, val version: Output<String>? = null) : ConvertibleToJava<SftpServerLinkedServiceArgs>

A linked service for an SSH File Transfer Protocol (SFTP) server.

Constructors

Link copied to clipboard
constructor(annotations: Output<List<Any>>? = null, authenticationType: Output<Either<String, SftpAuthenticationType>>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, encryptedCredential: Output<String>? = null, host: Output<Any>, hostKeyFingerprint: Output<Any>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, passPhrase: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, port: Output<Any>? = null, privateKeyContent: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, privateKeyPath: Output<Any>? = null, skipHostKeyValidation: Output<Any>? = null, type: Output<String>, userName: Output<Any>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val annotations: Output<List<Any>>? = null

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

Link copied to clipboard
val authenticationType: Output<Either<String, SftpAuthenticationType>>? = null

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

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val description: Output<String>? = null

Linked service description.

Link copied to clipboard
val encryptedCredential: Output<String>? = null

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

Link copied to clipboard
val host: Output<Any>

The SFTP server host name. Type: string (or Expression with resultType string).

Link copied to clipboard
val hostKeyFingerprint: Output<Any>? = null

The host key finger-print of the SFTP server. When SkipHostKeyValidation is false, HostKeyFingerprint should be specified. Type: string (or Expression with resultType string).

Link copied to clipboard

Parameters for linked service.

Link copied to clipboard

The password to decrypt the SSH private key if the SSH private key is encrypted.

Link copied to clipboard

Password to logon the SFTP server for Basic authentication.

Link copied to clipboard
val port: Output<Any>? = null

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

Link copied to clipboard

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

Link copied to clipboard
val privateKeyPath: Output<Any>? = null

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

Link copied to clipboard
val skipHostKeyValidation: Output<Any>? = null

If true, skip the SSH host key validation. Default value is false. Type: boolean (or Expression with resultType boolean).

Link copied to clipboard
val type: Output<String>

Type of linked service. Expected value is 'Sftp'.

Link copied to clipboard
val userName: Output<Any>? = null

The username used to log on to the SFTP server. Type: string (or Expression with resultType string).

Link copied to clipboard
val version: Output<String>? = null

Version of the linked service.

Functions

Link copied to clipboard
open override fun toJava(): SftpServerLinkedServiceArgs