WebAnonymousAuthentication interface
A WebLinkedService that uses anonymous authentication to communicate with an HTTP endpoint.
- Extends
Properties
authentication |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
url | The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string). |
Property Details
authenticationType
Polymorphic discriminator, which specifies the different types this object can be
authenticationType: "Anonymous"
Property Value
"Anonymous"
Inherited Property Details
url
The URL of the web service endpoint, e.g. https://www.microsoft.com . Type: string (or Expression with resultType string).
url: any
Property Value
any
Inherited From WebLinkedServiceTypeProperties.url