Web Activity Args
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)