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

Latest commit

 

History

History
15 lines (12 loc) · 920 Bytes

File metadata and controls

15 lines (12 loc) · 920 Bytes

LaunchDarkly.Api.Model.WebhookBody

Properties

Name Type Description Notes
Url string The URL of the remote webhook.
Secret string If sign is true, and the secret attribute is omitted, LaunchDarkly will automatically generate a secret for you. [optional]
Sign bool? If sign is false, the webhook will not include a signature header, and the secret can be omitted.
On bool? Whether this webhook is enabled or not.
Name string The name of the webhook. [optional]
Statements List<Statement> [optional]
Tags List<string> Tags for the webhook. [optional]

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