Share via


IdentityProviders.LoginDisableWwwAuthenticate Property

Definition

true if the www-authenticate provider should be omitted from the request; otherwise, false.

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

Property Value

Implements

Attributes

Applies to