WebActivityArgs

data class WebActivityArgs(val authentication: Output<WebActivityAuthenticationArgs>? = null, val body: Output<Any>? = null, val connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, val datasets: Output<List<DatasetReferenceArgs>>? = null, val dependsOn: Output<List<ActivityDependencyArgs>>? = null, val description: Output<String>? = null, val disableCertValidation: Output<Boolean>? = null, val headers: Output<Any>? = null, val linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, val linkedServices: Output<List<LinkedServiceReferenceArgs>>? = null, val method: Output<Either<String, WebActivityMethod>>, val name: Output<String>, val policy: Output<ActivityPolicyArgs>? = null, val type: Output<String>, val url: Output<Any>, val userProperties: Output<List<UserPropertyArgs>>? = null) : ConvertibleToJava<WebActivityArgs>

Web activity.

Constructors

Link copied to clipboard
constructor(authentication: Output<WebActivityAuthenticationArgs>? = null, body: Output<Any>? = null, connectVia: Output<IntegrationRuntimeReferenceArgs>? = null, datasets: Output<List<DatasetReferenceArgs>>? = null, dependsOn: Output<List<ActivityDependencyArgs>>? = null, description: Output<String>? = null, disableCertValidation: Output<Boolean>? = null, headers: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, linkedServices: Output<List<LinkedServiceReferenceArgs>>? = null, method: Output<Either<String, WebActivityMethod>>, name: Output<String>, policy: Output<ActivityPolicyArgs>? = null, type: Output<String>, url: Output<Any>, userProperties: Output<List<UserPropertyArgs>>? = null)

Properties

Link copied to clipboard

Authentication method used for calling the endpoint.

Link copied to clipboard
val body: Output<Any>? = null

Represents the payload that will be sent to the endpoint. Required for POST/PUT method, not allowed for GET method Type: string (or Expression with resultType string).

Link copied to clipboard

The integration runtime reference.

Link copied to clipboard
val datasets: Output<List<DatasetReferenceArgs>>? = null

List of datasets passed to web endpoint.

Link copied to clipboard
val dependsOn: Output<List<ActivityDependencyArgs>>? = null

Activity depends on condition.

Link copied to clipboard
val description: Output<String>? = null

Activity description.

Link copied to clipboard
val disableCertValidation: Output<Boolean>? = null

When set to true, Certificate validation will be disabled.

Link copied to clipboard
val headers: Output<Any>? = null

Represents the headers that will be sent to the request. For example, to set the language and type on a request: "headers" : { "Accept-Language": "en-us", "Content-Type": "application/json" }. Type: string (or Expression with resultType string).

Link copied to clipboard

Linked service reference.

Link copied to clipboard

List of linked services passed to web endpoint.

Link copied to clipboard
val method: Output<Either<String, WebActivityMethod>>

Rest API method for target endpoint.

Link copied to clipboard
val name: Output<String>

Activity name.

Link copied to clipboard
val policy: Output<ActivityPolicyArgs>? = null

Activity policy.

Link copied to clipboard
val type: Output<String>

Type of activity. Expected value is 'WebActivity'.

Link copied to clipboard
val url: Output<Any>

Web activity target endpoint and path. Type: string (or Expression with resultType string).

Link copied to clipboard
val userProperties: Output<List<UserPropertyArgs>>? = null

Activity user properties.

Functions

Link copied to clipboard
open override fun toJava(): WebActivityArgs