Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 1000 Bytes

File metadata and controls

16 lines (13 loc) · 1000 Bytes

LaunchDarkly.Api.Model.Webhook

Properties

Name Type Description Notes
Links Links [optional]
Id string The unique resource id. [optional]
Url string The URL of the remote webhook. [optional]
Secret string If defined, the webhooks post request will include a X-LD-Signature header whose value will contain an HMAC SHA256 hex digest of the webhook payload, using the secret as the key. [optional]
On bool? Whether this webhook is enabled or not. [optional]
Name string The name of the webhook. [optional]
Statements List<Statement> [optional]
Tags List<string> Tags assigned to this webhook. [optional]

[Back to Model list] [Back to API list] [Back to README]