WorkflowTriggerCallbackUrl interface

The workflow trigger callback URL.

Properties

basePath

Gets the workflow trigger callback URL base path. NOTE: This property will not be serialized. It can only be populated by the server.

method

Gets the workflow trigger callback URL HTTP method. NOTE: This property will not be serialized. It can only be populated by the server.

queries

Gets the workflow trigger callback URL query parameters.

relativePath

Gets the workflow trigger callback URL relative path. NOTE: This property will not be serialized. It can only be populated by the server.

relativePathParameters

Gets the workflow trigger callback URL relative path parameters.

value

Gets the workflow trigger callback URL. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

basePath

Gets the workflow trigger callback URL base path. NOTE: This property will not be serialized. It can only be populated by the server.

basePath?: string

Property Value

string

method

Gets the workflow trigger callback URL HTTP method. NOTE: This property will not be serialized. It can only be populated by the server.

method?: string

Property Value

string

queries

Gets the workflow trigger callback URL query parameters.

queries?: WorkflowTriggerListCallbackUrlQueries

Property Value

relativePath

Gets the workflow trigger callback URL relative path. NOTE: This property will not be serialized. It can only be populated by the server.

relativePath?: string

Property Value

string

relativePathParameters

Gets the workflow trigger callback URL relative path parameters.

relativePathParameters?: string[]

Property Value

string[]

value

Gets the workflow trigger callback URL. NOTE: This property will not be serialized. It can only be populated by the server.

value?: string

Property Value

string