다음을 통해 공유


RestServiceLinkedService.Scope Property

Definition

Gets or sets the scope of the access required. It describes what kind of access will be requested. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to