Share via


WebActivityAuthentication.Resource Property

Definition

Gets or sets resource for which Azure Auth token will be requested when using MSI Authentication. Type: string (or Expression with resultType string).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to