Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (17 loc) · 1.65 KB

Environment.md

File metadata and controls

20 lines (17 loc) · 1.65 KB

Environment

Properties

Name Type Description Notes
Name string A unique display name [default to null]
Key string Unique Environment identifier, can be used in the SDK / API to reference by key rather than ID. Must only contain lower-case characters and `_` or `-`. [default to null]
Description string Environment description. [optional] [default to null]
Color string Environment display color, used to highlight different environments on the dashboard. Must use Hex color code. [optional] [default to null]
Id string A unique Environment ID [default to null]
Project string The Project owning the Environment [default to null]
Type_ string The environment type [default to null]
CreatedBy string ID of the User who created the Environment. [default to null]
CreatedAt time.Time The date the Environment was created [default to null]
UpdatedAt time.Time The date the Environment was last updated [default to null]
SdkKeys *AllOfEnvironmentSdkKeys SDK Keys for mobile SDKs / client SDKs / server SDKs. Multiple keys can be created to allow for key rotation. [default to null]
Settings *AllOfEnvironmentSettings Environment based settings [optional] [default to null]

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