Web Basic Authentication Args
data class WebBasicAuthenticationArgs(val authenticationType: Output<String>, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, val url: Output<Any>, val username: Output<Any>) : ConvertibleToJava<WebBasicAuthenticationArgs>
A WebLinkedService that uses basic authentication to communicate with an HTTP endpoint.
Constructors
Link copied to clipboard
constructor(authenticationType: Output<String>, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>, url: Output<Any>, username: Output<Any>)