次の方法で共有


ServicePrincipal.AppRoleAssignmentRequired プロパティ

定義

Azure AD がアプリケーションにユーザーまたはアクセス トークンを発行する前に、ユーザーまたはグループへの AppRoleAssignment が必要かどうかを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="appRoleAssignmentRequired")]
public bool? AppRoleAssignmentRequired { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="appRoleAssignmentRequired")>]
member this.AppRoleAssignmentRequired : Nullable<bool> with get, set
Public Property AppRoleAssignmentRequired As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象