WebActivityArgs

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<Map<String, Any>>? = null, httpRequestTimeout: Output<Any>? = null, linkedServiceName: Output<LinkedServiceReferenceArgs>? = null, linkedServices: Output<List<LinkedServiceReferenceArgs>>? = null, method: Output<Either<String, WebActivityMethod>>, name: Output<String>, onInactiveMarkAs: Output<Either<String, ActivityOnInactiveMarkAs>>? = null, policy: Output<ActivityPolicyArgs>? = null, state: Output<Either<String, ActivityState>>? = null, turnOffAsync: Output<Boolean>? = null, type: Output<String>, url: Output<Any>, userProperties: Output<List<UserPropertyArgs>>? = null)