共用方式為


ApplicationBase.AppRoles Property

Definition

Gets or sets the collection of application roles that an application may declare. These roles can be assigned to users, groups or service principals.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to