Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 914 Bytes

Webhook.md

File metadata and controls

21 lines (13 loc) · 914 Bytes

Webhook

Properties

Name Type Description Notes
links Map<String, 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 List<Statement> Represents a Custom role policy, defining a resource kinds filter the webhook responds to. [optional]
on Boolean Whether or not this webhook is enabled
tags List<String> List of tags for this webhook
access Access [optional]