Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (19 loc) · 1.48 KB

File metadata and controls

22 lines (19 loc) · 1.48 KB

LaunchDarkly.Api.Model.Environment

Properties

Name Type Description Notes
Links Links [optional]
Id string The unique resource id. [optional]
Key string The key for the environment. [optional]
Name string The name of the environment. [optional]
ApiKey string The SDK key for backend LaunchDarkly SDKs. [optional]
MobileKey string The SDK key for mobile LaunchDarkly SDKs. [optional]
Color string The swatch color for the environment. [optional]
DefaultTtl decimal? The default TTL. [optional]
SecureMode bool? Determines if this environment is in safe mode. [optional]
DefaultTrackEvents bool? Set to true to send detailed event information for new flags. [optional]
Tags List<string> An array of tags for this environment. [optional]
RequireComments bool? Determines if this environment requires comments for flag and segment changes. [optional]
ConfirmChanges bool? Determines if this environment requires confirmation for flag and segment changes. [optional]
ApprovalSettings EnvironmentApprovalSettings [optional]

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