ManagedIdentitySettings.Resource Property

Definition

Gets or sets the Resource indicating the App ID URI of the target resource. It also appears in the aud (audience) claim of the issued token.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to