ServicePrincipalInner.Oauth2Permissions Property

Definition

Gets the OAuth 2.0 permissions exposed by the associated application.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to