Partager via


ApplicationInner.Oauth2Permissions Propriété

Définition

Obtient ou définit la collection d’étendues d’autorisation OAuth 2.0 que l’application d’API web (ressource) expose aux applications clientes. Ces étendues d’autorisation peuvent être accordées aux applications clientes durant le consentement.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à