Web Activity Args
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
The integration runtime reference.
Link copied to clipboard
List of datasets passed to web endpoint.
Link copied to clipboard
Activity depends on condition.
Link copied to clipboard
Activity description.
Link copied to clipboard
When set to true, Certificate validation will be disabled.
Link copied to clipboard
Link copied to clipboard
Linked service reference.
Link copied to clipboard
List of linked services passed to web endpoint.
Link copied to clipboard
Rest API method for target endpoint.
Link copied to clipboard
Activity policy.
Link copied to clipboard
Activity user properties.