Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 2.2 KB

Environment.md

File metadata and controls

27 lines (22 loc) · 2.2 KB

Environment

Properties

Name Type Description Notes
links {str: (Link,)} The location and content type of related resources
id str The ID for the environment. Use this as the client-side ID for authorization in some client-side SDKs, and to associate LaunchDarkly environments with CDN integrations in edge SDKs.
key str A project-unique key for the new environment
name str A human-friendly name for the new environment
api_key str The SDK key for the environment. Use this for authorization in server-side SDKs.
mobile_key str The mobile key for the environment. Use this for authorization in mobile SDKs.
color str The color used to indicate this environment in the UI
default_ttl int The default time (in minutes) that the PHP SDK can cache feature flag rules locally
secure_mode bool Ensures that one end user of the client-side SDK cannot inspect the variations for another end user
default_track_events bool Enables tracking detailed information for new flags by default
require_comments bool Whether members who modify flags and segments through the LaunchDarkly user interface are required to add a comment
confirm_changes bool Whether members who modify flags and segments through the LaunchDarkly user interface are required to confirm those changes
tags [str] A list of tags for this environment
critical bool Whether the environment is critical
approval_settings ApprovalSettings [optional]
resource_approval_settings {str: (ApprovalSettings,)} Details on the approval settings for this environment for each resource kind [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]