WebAnonymousAuthenticationResponse

data class WebAnonymousAuthenticationResponse(val authenticationType: String, val url: Any)

A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.

Constructors

Link copied to clipboard
constructor(authenticationType: String, url: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of authentication used to connect to the web table source. Expected value is 'Anonymous'.

Link copied to clipboard
val url: Any

The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).