次の方法で共有


Application.AppRoles プロパティ

定義

アプリケーションが宣言できるアプリケーション ロールのコレクションを取得または設定します。 これらのロールは、ユーザー、グループ、またはサービス プリンシパルに割り当てることができます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象