Package version:

Interface WebAnonymousAuthentication

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

interface WebAnonymousAuthentication {
    authenticationType: "Anonymous";
    url: any;
}

Hierarchy (view full)

Properties

authenticationType

Polymorphic discriminator, which specifies the different types this object can be

url: any

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