BuildDefinitionVariable interface

Represents a variable used by a build definition.

Properties

allowOverride

Indicates whether the value can be set at queue time.

isSecret

Indicates whether the variable's value is a secret.

value

The value of the variable.

Property Details

allowOverride

Indicates whether the value can be set at queue time.

allowOverride: boolean

Property Value

boolean

isSecret

Indicates whether the variable's value is a secret.

isSecret: boolean

Property Value

boolean

value

The value of the variable.

value: string

Property Value

string