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

Latest commit

 

History

History
17 lines (14 loc) · 1.02 KB

File metadata and controls

17 lines (14 loc) · 1.02 KB

# Webhook

Properties

Name Type Description Notes
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources
_id string The ID of this webhook
name string A human-readable name for this webhook [optional]
url string The URL to which LaunchDarkly sends an HTTP POST payload for this webhook
secret string The secret for this webhook [optional]
statements \LaunchDarklyApi\Model\Statement[] Represents a Custom role policy, defining a resource kinds filter the webhook responds to. [optional]
on bool Whether or not this webhook is enabled
tags string[] List of tags for this webhook
_access \LaunchDarklyApi\Model\Access [optional]

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