Share via


ISiteAuthSettingsV2.HttpSettingRequireHttps Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="requireHttps")]
public bool? HttpSettingRequireHttps { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="<code>false</code> if the authentication/authorization responses not having the HTTPS scheme are permissible; otherwise, <code>true</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="requireHttps")>]
member this.HttpSettingRequireHttps : Nullable<bool> with get, set
Public Property HttpSettingRequireHttps As Nullable(Of Boolean)

Property Value

Attributes

Applies to