Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebBasicAuthentication

Package version

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

Hierarchy

Index

Properties

authenticationType

authenticationType: "Basic"

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

password

password: SecretBaseUnion

The password for Basic authentication.

url

url: any

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

username

username: any

User name for Basic authentication. Type: string (or Expression with resultType string).

Generated using TypeDoc