SftpServerLinkedServiceArgs

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)