Share via


WorkspaceFeatures.DisableLocalAuth Property

Definition

Gets or sets disable Non-AAD based Auth.

[Newtonsoft.Json.JsonProperty(PropertyName="disableLocalAuth")]
public bool? DisableLocalAuth { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="disableLocalAuth")>]
member this.DisableLocalAuth : Nullable<bool> with get, set
Public Property DisableLocalAuth As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to