IIdentityProviders.LoginDisableWwwAuthenticate Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="<code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="disableWWWAuthenticate", Update=true)]
public bool? LoginDisableWwwAuthenticate { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="<code>true</code> if the www-authenticate provider should be omitted from the request; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="disableWWWAuthenticate", Update=true)>]
member this.LoginDisableWwwAuthenticate : Nullable<bool> with get, set
Public Property LoginDisableWwwAuthenticate As Nullable(Of Boolean)

Property Value

Attributes

Applies to