Field | Type | Required | Description | Example |
---|---|---|---|---|
description |
JsonNullable<String> | ➖ | A description of the object. | A description |
status |
Optional<Status> | ➖ | The status of the webhook. | enabled |
deliveryUrl |
Optional<String> | ➖ | The delivery url of the webhook endpoint. | https://example.com/my/webhook/endpoint |
events |
List<WebhookEventType> | ➖ | The list of subscribed events for this webhook. [* ] indicates that all events are enabled. |
[ "vault.connection.created", "vault.connection.updated" ] |