Delen via


DefaultAuthorizationPolicy.AllowedApplications Property

Definition

Gets or sets the configuration settings of the Azure Active Directory allowed applications.

[Newtonsoft.Json.JsonProperty(PropertyName="allowedApplications")]
public System.Collections.Generic.IList<string> AllowedApplications { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allowedApplications")>]
member this.AllowedApplications : System.Collections.Generic.IList<string> with get, set
Public Property AllowedApplications As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to