Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.27 KB

IntegrationConfigurationsRep.md

File metadata and controls

18 lines (15 loc) · 1.27 KB

# IntegrationConfigurationsRep

Properties

Name Type Description Notes
_links array<string,\LaunchDarklyApi\Model\Link> The location and content type of related resources
_id string The unique identifier for this integration configuration
name string A human-friendly name for the integration
_created_at int [optional]
_integration_key string The type of integration [optional]
tags string[] An array of tags for this integration [optional]
enabled bool Whether the integration is currently active [optional]
_access \LaunchDarklyApi\Model\Access [optional]
config_values 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]
capability_config \LaunchDarklyApi\Model\CapabilityConfigRep [optional]

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