Variable Definitions
When promoting a configuration, you need to define any variables you intend to use to substitute for existing property values. Once defined, you’ll need to then declare a variable. Refer to 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. |