IGlobalValidation.RequireAuthentication Property

Definition

true if the authentication flow is required any request is made; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="<code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="requireAuthentication", Update=true)]
public bool? RequireAuthentication { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="<code>true</code> if the authentication flow is required any request is made; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="requireAuthentication", Update=true)>]
member this.RequireAuthentication : Nullable<bool> with get, set
Public Property RequireAuthentication As Nullable(Of Boolean)

Property Value

Attributes

Applies to