Webhook interface
Detail about the webhook object.
Properties
rotate |
A flag to instruct the backend service to rotate webhook secret. |
webhook |
Unique identifier for the webhook. |
webhook |
Time when the webhook secret was updated. |
webhook |
URL that gets invoked by the webhook. |
Property Details
rotateWebhookSecret
A flag to instruct the backend service to rotate webhook secret.
rotateWebhookSecret?: boolean
Property Value
boolean
webhookId
Unique identifier for the webhook.
webhookId?: string
Property Value
string
webhookSecretUpdateTime
Time when the webhook secret was updated.
webhookSecretUpdateTime?: string
Property Value
string
webhookUrl
URL that gets invoked by the webhook.
webhookUrl?: string
Property Value
string
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for JavaScript