BuildDefinitionVariable interface
Represents a variable used by a build definition.
allow |
Indicates whether the value can be set at queue time. |
is |
Indicates whether the variable's value is a secret. |
value | The value of the variable. |
Indicates whether the value can be set at queue time.
allowOverride: boolean
Property Value
boolean
Indicates whether the variable's value is a secret.
isSecret: boolean
Property Value
boolean
The value of the variable.
value: string
Property Value
string