RequiredResourceAccess.ResourceAccess Property

Definition

Gets or sets the list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.

[Newtonsoft.Json.JsonProperty(PropertyName="resourceAccess")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ResourceAccess> ResourceAccess { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resourceAccess")>]
member this.ResourceAccess : System.Collections.Generic.IList<Microsoft.Azure.Management.Graph.RBAC.Fluent.Models.ResourceAccess> with get, set
Public Property ResourceAccess As IList(Of ResourceAccess)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to