Webhook interface
有关 Webhook 对象的详细信息。
属性
| rotate |
指示后端服务轮换 Webhook 机密的标志。 |
| webhook |
Webhook 的唯一标识符。 |
| webhook |
Webhook 机密更新的时间。 |
| webhook |
由 Webhook 调用的 URL。 |
属性详细信息
rotateWebhookSecret
指示后端服务轮换 Webhook 机密的标志。
rotateWebhookSecret?: boolean
属性值
boolean
webhookId
Webhook 的唯一标识符。
webhookId?: string
属性值
string
webhookSecretUpdateTime
Webhook 机密更新的时间。
webhookSecretUpdateTime?: string
属性值
string
webhookUrl
由 Webhook 调用的 URL。
webhookUrl?: string
属性值
string