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
fun WebActivityArgs(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)