HttpLinkedServiceArgs

constructor(annotations: Output<List<Any>>? = null, authHeaders: Output<Any>? = null, authenticationType: Output<Either<String, HttpAuthenticationType>>? = null, certThumbprint: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, embeddedCertData: Output<Any>? = null, enableServerCertificateValidation: Output<Any>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, type: Output<String>, url: Output<Any>, userName: Output<Any>? = null, version: Output<String>? = null)