Properties
Name | Type | Required | Description |
---|---|---|---|
Environment_ | UpdateEnvironmentEnvironment1 | ❌ |
Properties
Name | Type | Required | Description |
---|---|---|---|
Name | string | ❌ | The environment's name. |
Values | List<EnvironmentValues3> |
❌ | Information about the environment's variables. |
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_ | ValuesType3 | ❌ | The variable type. |
The variable type.
Properties
Name | Type | Required | Description |
---|---|---|---|
Secret | string | ✅ | "secret" |
Default_ | string | ✅ | "default" |
Any | string | ✅ | "any" |