Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.53 KB

CreateEnvironmentRequest.md

File metadata and controls

41 lines (28 loc) · 1.53 KB

CreateEnvironmentRequest

Properties

Name Type Required Description
Environment_ CreateEnvironmentEnvironment1

CreateEnvironmentEnvironment1

Properties

Name Type Required Description
Name string The environment's name.
Values List<EnvironmentValues1> Information about the environment's variables.

EnvironmentValues1

Properties

Name Type Required Description
Enabled bool If true, the variable is enabled.
Key string The variable's name.
Value string The variable's value.
Type_ ValuesType1 The variable type.

ValuesType1

The variable type.

Properties

Name Type Required Description
Secret string "secret"
Default_ string "default"
Any string "any"