Share via


MicrosoftGraphServicePrincipal.Oauth2PermissionGrants Property

Definition

[Newtonsoft.Json.JsonProperty(PropertyName="oauth2PermissionGrants")]
public System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphOAuth2PermissionGrant> Oauth2PermissionGrants { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="oauth2PermissionGrants")>]
member this.Oauth2PermissionGrants : System.Collections.Generic.IList<Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Applications.Models.MicrosoftGraphOAuth2PermissionGrant> with get, set
Public Property Oauth2PermissionGrants As IList(Of MicrosoftGraphOAuth2PermissionGrant)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to