Variable Declarations
Before you can declare a variable using (POST {{apiPath}}/environments/{{envID}}/promotionVariableDeclarations), you need to define the variable that you intend to use. Refer to Variable Definitions for details.
When creating or updating promotion variable declarations, if the bound resource attribute is classified as sensitive (such as for client secrets or passwords), the associated variable definition in the target environment must also be marked as sensitive (the isSensitive attribute set to true). If it is not, the request fails with a validation error.
|
Variable declarations 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). |
|
String |
Required |
Mutable |
The UUID of the configuration resource. |
|
Date |
N/A |
Read-only |
The date and time at which the resource was last updated (ISO 8601 format). |
|
Map |
Required |
Mutable |
A mapping of configuration resource properties to the |