Share via


SiteAuthSettingsV2Properties.GlobalValidationRequireAuthentication Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)]
public bool? GlobalValidationRequireAuthentication { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Inlined)>]
member this.GlobalValidationRequireAuthentication : Nullable<bool> with get, set
Public Property GlobalValidationRequireAuthentication As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to