Share via


IMicrosoftGraphRequiredResourceAccess.ResourceAccess Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceAccess", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess[] ResourceAccess { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.Info(Create=true, Description="The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceAccess", Update=true)>]
member this.ResourceAccess : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphResourceAccess[] with get, set
Public Property ResourceAccess As IMicrosoftGraphResourceAccess()

Property Value

Attributes

Applies to