Ftp Server Linked Service Response
data class FtpServerLinkedServiceResponse(val annotations: List<Any>? = null, val authenticationType: String? = null, val connectVia: IntegrationRuntimeReferenceResponse? = null, val description: String? = null, val enableServerCertificateValidation: Any? = null, val enableSsl: Any? = null, val encryptedCredential: String? = null, val host: Any, val parameters: Map<String, ParameterSpecificationResponse>? = null, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, val port: Any? = null, val type: String, val userName: Any? = null)
A FTP server Linked Service.
Constructors
Link copied to clipboard
fun FtpServerLinkedServiceResponse(annotations: List<Any>? = null, authenticationType: String? = null, connectVia: IntegrationRuntimeReferenceResponse? = null, description: String? = null, enableServerCertificateValidation: Any? = null, enableSsl: Any? = null, encryptedCredential: String? = null, host: Any, parameters: Map<String, ParameterSpecificationResponse>? = null, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>? = null, port: Any? = null, type: String, userName: Any? = null)