TaskStepProperties.ContextAccessToken Property

Definition

Gets or sets the token (git PAT or SAS token of storage account blob) associated with the context for a step.

[Newtonsoft.Json.JsonProperty(PropertyName="contextAccessToken")]
public string ContextAccessToken { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="contextAccessToken")>]
member this.ContextAccessToken : string with get, set
Public Property ContextAccessToken As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to