Http Linked Service Args
data class HttpLinkedServiceArgs(val annotations: Output<List<Any>>? = null, val authHeaders: Output<Any>? = null, val authenticationType: Output<Either<String, HttpAuthenticationType>>? = null, val certThumbprint: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val description: Output<String>? = null, val embeddedCertData: Output<Any>? = null, val enableServerCertificateValidation: Output<Any>? = null, val encryptedCredential: Output<String>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, val type: Output<String>, val url: Output<Any>, val userName: Output<Any>? = null) : ConvertibleToJava<HttpLinkedServiceArgs>
Linked service for an HTTP source.
Constructors
Link copied to clipboard
fun HttpLinkedServiceArgs(annotations: Output<List<Any>>? = null, authHeaders: Output<Any>? = null, authenticationType: Output<Either<String, HttpAuthenticationType>>? = null, certThumbprint: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, description: Output<String>? = null, embeddedCertData: Output<Any>? = null, enableServerCertificateValidation: Output<Any>? = null, encryptedCredential: Output<String>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, password: Output<Either<AzureKeyVaultSecretReferenceArgs, SecureStringArgs>>? = null, type: Output<String>, url: Output<Any>, userName: Output<Any>? = null)