Sdílet prostřednictvím


ManagedIdentityTokenSource.Resource Property

Definition

Gets the Azure Active Directory resource identifier of the web API being invoked. For example, https://management.core.windows.net/.default or https://graph.microsoft.com/.default.

[Newtonsoft.Json.JsonProperty("resource")]
public string Resource { get; }
[<Newtonsoft.Json.JsonProperty("resource")>]
member this.Resource : string
Public ReadOnly Property Resource As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to