Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.35 KB

FeatureFlagConfig.md

File metadata and controls

32 lines (27 loc) · 2.35 KB

FeatureFlagConfig

Properties

Name Type Description Notes
on bool Whether the flag is on
archived bool Boolean indicating if the feature flag is archived
salt str
sel str
last_modified int
version int Version of the feature flag
site Link
environment_name str The environment name
track_events bool Whether LaunchDarkly tracks events for the feature flag, for all rules
track_events_fallthrough bool Whether LaunchDarkly tracks events for the feature flag, for the default rule
targets [Target] An array of the individual targets that will receive a specific variation based on their key. Individual targets with a context kind of 'user' are included here. [optional]
context_targets [Target] An array of the individual targets that will receive a specific variation based on their key. Individual targets with context kinds other than 'user' are included here. [optional]
rules [Rule] An array of the rules for how to serve a variation to specific targets based on their attributes [optional]
fallthrough VariationOrRolloutRep [optional]
off_variation int The ID of the variation to serve when the flag is off [optional]
prerequisites [Prerequisite] An array of the prerequisite flags and their variations that are required before this flag takes effect [optional]
access Access [optional]
debug_events_until_date int [optional]
summary FlagSummary [optional]
evaluation FlagConfigEvaluation [optional]
migration_settings FlagConfigMigrationSettingsRep [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]