Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.14 KB

SubscriptionPost.md

File metadata and controls

19 lines (11 loc) · 1.14 KB

SubscriptionPost

Properties

Name Type Description Notes
name String A human-friendly name for your audit log subscription.
statements List<StatementPost> [optional]
on Boolean Whether or not you want your subscription to actively send events. [optional]
tags List<String> An array of tags for this subscription. [optional]
config Map<String, Object> The unique set of fields required to configure an audit log subscription integration of this type. Refer to the <code>formVariables</code> field in the corresponding <code>manifest.json</code> at https://github.com/launchdarkly/integration-framework/tree/main/integrations for a full list of fields for the integration you wish to configure.
url String Slack webhook receiver URL. Only necessary for legacy Slack webhook integrations. [optional]
apiKey String Datadog API key. Only necessary for legacy Datadog webhook integrations. [optional]