WebhookTarget
Defined in: src/mft/webhooks.ts:19
Webhook destination.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
headers? | Record<string, string> | Additional headers merged into every request. | src/mft/webhooks.ts:23 |
secret? | string | Shared secret used to compute the HMAC signature header. | src/mft/webhooks.ts:25 |
types? | readonly MftAuditEntryType[] | Audit entry types to deliver. Defaults to all types. | src/mft/webhooks.ts:27 |
url | string | Absolute HTTP(S) URL that receives POST deliveries. | src/mft/webhooks.ts:21 |