Share via


ServicePrincipalBase.AppRoleAssignmentRequired Property

Definition

Gets or sets specifies whether an AppRoleAssignment to a user or group is required before Azure AD will issue a user or access token to the application.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to