你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApplicationBase.Oauth2Permissions 属性

定义

获取或设置 Web API (资源) 应用程序向客户端应用程序公开的 OAuth 2.0 权限范围的集合。 在许可期间,可将这些权限范围授予客户端应用程序。

[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)

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于