Web Basic Authentication Response
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)