Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.64 KB

Integration.md

File metadata and controls

20 lines (17 loc) · 1.64 KB

# Integration

Properties

Name Type Description Notes
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources [optional]
_id string The ID for this integration audit log subscription [optional]
kind string The type of integration [optional]
name string A human-friendly name for the integration [optional]
config array<string,mixed> Details on configuration for an integration of this type. Refer to the <code>formVariables</code> field in the corresponding <code>manifest.json</code> for a full list of fields for each integration. [optional]
statements \LaunchDarklyApi\Model\Statement[] Represents a Custom role policy, defining a resource kinds filter the integration audit log subscription responds to. [optional]
on bool Whether the integration is currently active [optional]
tags string[] An array of tags for this integration [optional]
_access \LaunchDarklyApi\Model\Access [optional]
_status \LaunchDarklyApi\Model\IntegrationSubscriptionStatusRep [optional]
url string Slack webhook receiver URL. Only used for legacy Slack webhook integrations. [optional]
api_key string Datadog API key. Only used for legacy Datadog webhook integrations. [optional]

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