Sftp Server Linked Service Args
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) : ConvertibleToJava<SftpServerLinkedServiceArgs>
A linked service for an SSH File Transfer Protocol (SFTP) server.
Constructors
Link copied to clipboard
fun SftpServerLinkedServiceArgs(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)
Functions
Properties
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).