WebAnonymousAuthenticationArgs

data class WebAnonymousAuthenticationArgs(val authenticationType: Output<String>, val url: Output<Any>) : ConvertibleToJava<WebAnonymousAuthenticationArgs>

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

Constructors

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

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: Output<Any>

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

Functions

Link copied to clipboard
open override fun toJava(): WebAnonymousAuthenticationArgs