Skip to main content

Class TaskArgument

The TaskArgument.

Assembly: Taskurai.dll
Declaration
public class TaskArgument : BaseArgument

Inheritance: System.Object -> Taskurai.Models.BaseArgument

Properties

SecretReference

Secret reference.

Declaration
public string SecretReference { get; set; }

HasSecret

Gets a value indicating whether the argument has a non-null secret reference.

Declaration
[JsonIgnore]
public bool HasSecret { get; }