Share via


SiteAuthSettingsV2Properties.HttpSettingRequireHttps Property

Definition

false if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, true.

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

Property Value

Implements

Attributes

Applies to