ConfigurationVariableValue interface
Properties
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. |
Property Details
allowOverride
Gets and sets if a variable can be overridden at deployment time or not.
allowOverride: boolean
Property Value
boolean
isSecret
Gets or sets as variable is secret or not.
isSecret: boolean
Property Value
boolean
value
Gets and sets value of the configuration variable.
value: string
Property Value
string