Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.45 KB

SubscriptionPost.md

File metadata and controls

18 lines (13 loc) · 1.45 KB

SubscriptionPost

Properties

Name Type Description Notes
name str A human-friendly name for your audit log subscription.
config {str: (bool, date, datetime, dict, float, int, list, str, none_type)} 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.
statements StatementPostList [optional]
on bool Whether or not you want your subscription to actively send events. [optional]
tags [str] An array of tags for this subscription. [optional]
url str Slack webhook receiver URL. Only necessary for legacy Slack webhook integrations. [optional]
api_key str Datadog API key. Only necessary for legacy Datadog webhook integrations. [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

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