Share via


IIdentityProviders.DefaultAuthorizationPolicyAllowedApplication Property

Definition

The configuration settings of the Azure Active Directory allowed applications.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="The configuration settings of the Azure Active Directory allowed applications.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedApplications", Update=true)]
public System.Collections.Generic.List<string> DefaultAuthorizationPolicyAllowedApplication { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="The configuration settings of the Azure Active Directory allowed applications.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allowedApplications", Update=true)>]
member this.DefaultAuthorizationPolicyAllowedApplication : System.Collections.Generic.List<string> with get, set
Public Property DefaultAuthorizationPolicyAllowedApplication As List(Of String)

Property Value

Attributes

Applies to