Variable Definitions
When promoting a configuration, you need to first define any variables you intend to use to substitute for existing property values. The definition is a holder for the value to be used (declared) for the promotion to the target environment. This ensures the correct values are substituted during the promotion.
Having defined a variable, you’ll need to then declare a variable that’ll use the definition. See Variable Declarations for details.
Variable definitions data model
| Property | Type | Required | Mutable | Description |
|---|---|---|---|---|
|
Date |
N/A |
Read-only |
The date and time at which the resource was created (ISO 8601 format). |
|
Boolean |
Optional |
Mutable |
Indicates whether the variable value is to be masked (defaults to |
|
String |
Required |
Mutable |
The name to use for the variable. This name must be unique in the environment. |
|
Date |
N/A |
Read-only |
The date and time at which the resource was last updated (ISO 8601 format). |
|
Object |
Required |
Mutable |
A JSON object containing the value to assign to the variable. Currently, the object type can be: String, List, or Integer. |