ConfigurationVariableValue interface
allow |
Gets and sets if a variable can be overridden at deployment time or not. |
is |
Gets or sets as variable is secret or not. |
value | Gets and sets value of the configuration variable. |
Gets and sets if a variable can be overridden at deployment time or not.
allowOverride: boolean
Property Value
boolean
Gets or sets as variable is secret or not.
isSecret: boolean
Property Value
boolean
Gets and sets value of the configuration variable.
value: string
Property Value
string