Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 2.69 KB

File metadata and controls

11 lines (8 loc) · 2.69 KB

CreateEnvironmentVariableRequestDto

Fields

Field Type Required Description
Key string ✔️ Unique key for the variable. Must start with a letter and contain only letters, digits, and underscores.
Type CreateEnvironmentVariableRequestDtoType The type of the variable
IsSecret bool Whether this variable is a secret (encrypted at rest, masked in responses)
Values List<EnvironmentVariableValueDto> N/A