Share via


RequiredResourceAccess.ResourceAppId Property

Definition

Gets or sets the unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to