IWebPubSubResource.DisableLocalAuth Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="DisableLocalAuth\r\n        Enable or disable local auth with AccessKey\r\n        When set as true, connection with AccessKey=xxx won't work.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="disableLocalAuth")]
public bool? DisableLocalAuth { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.WebPubSub.Runtime.Info(Description="DisableLocalAuth\r\n        Enable or disable local auth with AccessKey\r\n        When set as true, connection with AccessKey=xxx won't work.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="disableLocalAuth")>]
member this.DisableLocalAuth : Nullable<bool> with get, set
Public Property DisableLocalAuth As Nullable(Of Boolean)

Property Value

Nullable<Boolean>
Attributes

Applies to