Partager via


ServicePrincipal.AppRoles Propriété

Définition

Obtient ou définit la collection de rôles d’application qu’une application peut déclarer. Ces rôles peuvent être assignés aux utilisateurs, groupes ou principaux du service.

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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à