Bagikan melalui


RestServiceLinkedService.AuthHeaders Property

Definition

Gets or sets the additional HTTP headers in the request to RESTful API used for authorization. Type: object (or Expression with resultType object).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to