VariableValue interface
A wrapper class for a generic variable.
Properties
is |
Indicates whether the variable can be changed during script's execution runtime. |
is |
Indicates whether the variable should be encrypted at rest. |
value | The value of the variable. |
Property Details
isReadOnly
Indicates whether the variable can be changed during script's execution runtime.
isReadOnly: boolean
Property Value
boolean
isSecret
Indicates whether the variable should be encrypted at rest.
isSecret: boolean
Property Value
boolean
value
The value of the variable.
value: string
Property Value
string