Interface
Webhook connection detailed information.
Since 1.0.11
Properties
| Property | Type | Notes |
|---|---|---|
connectionIdinherited | string | The unique id of the webhook connection. |
connectionNameinherited | string | The name of the webhook connection. |
enabledinherited | boolean | Indicates whether the webhook connection is enabled. |
fallbackUsernameinherited | string | The alternative user for the "Run As" user for webhook execution. |
itemIdinherited | string | The item id of the feature service webhook item. |
managedWebhookId | string | The managed webhook id of the service webhook. |
secret | string | A secret key to be used when executing the service webhook. |
usernameinherited | string | The "Run As" user for webhook execution. |
webhookActive | boolean | Indicates if the service webhook is currently active. |
webhookChangeTypes | WebhookConnectionChangeType[] | List of events that will trigger the associated service webhook. |
webhookType | WebhookConnectionType | The type of the webhook connection item. |
connectionId
connectionId: stringThe unique id of the webhook connection.
connectionName
connectionName: stringThe name of the webhook connection.
enabled
enabled: booleanIndicates whether the webhook connection is enabled.
fallbackUsername
fallbackUsername: stringThe alternative user for the "Run As" user for webhook execution.
itemId
itemId: stringThe item id of the feature service webhook item.
managedWebhookId
managedWebhookId: stringThe managed webhook id of the service webhook.
Available if the service webhook was created and is managed by Workflow Manager.
webhookActive
webhookActive: booleanIndicates if the service webhook is currently active.
Available if the service webhook is managed by Workflow Manager.
webhookChangeTypes
webhookChangeTypes: WebhookConnectionChangeType[]List of events that will trigger the associated service webhook.
Aavailable if the service webhook is managed by Workflow Manager.
webhookType
Interface PropertywebhookType: WebhookConnectionTypeThe type of the webhook connection item.