| 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 |