WebBasicAuthenticationResponse

data class WebBasicAuthenticationResponse(val authenticationType: String, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val url: Any, val username: Any)

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

Constructors

Link copied to clipboard
constructor(authenticationType: String, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, url: Any, username: 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 'Basic'.

Link copied to clipboard

The password for Basic authentication.

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).

Link copied to clipboard

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