SetValue interface
The properties of a overridable value that can be passed to a task template.
Properties
is |
Flag to indicate whether the value represents a secret or not. |
name | The name of the overridable value. |
value | The overridable value. |
Property Details
isSecret
Flag to indicate whether the value represents a secret or not.
isSecret?: boolean
Property Value
boolean
name
The name of the overridable value.
name: string
Property Value
string
value
The overridable value.
value: string
Property Value
string