Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebActivity

Package version

Web activity.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional authentication

Authentication method used for calling the endpoint.

Optional body

body: any

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).

Optional connectVia

The integration runtime reference.

Optional datasets

datasets: DatasetReference[]

List of datasets passed to web endpoint.

Optional dependsOn

dependsOn: ActivityDependency[]

Activity depends on condition.

Optional description

description: undefined | string

Activity description.

Optional headers

headers: any

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).

Optional linkedServiceName

linkedServiceName: LinkedServiceReference

Linked service reference.

Optional linkedServices

linkedServices: LinkedServiceReference[]

List of linked services passed to web endpoint.

method

Rest API method for target endpoint.

name

name: string

Activity name.

Optional policy

Activity policy.

type

type: "WebActivity"

Polymorphic discriminator, which specifies the different types this object can be

url

url: any

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

Optional userProperties

userProperties: UserProperty[]

Activity user properties.

Generated using TypeDoc