HDInsightSparkActivity.ProxyUser Property

Definition

Gets or sets the user to impersonate that will execute the job. Type: string (or Expression with resultType string).

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.proxyUser")]
public object ProxyUser { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.proxyUser")>]
member this.ProxyUser : obj with get, set
Public Property ProxyUser As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to