LocalUser.HasSshPassword Property

Definition

Gets or sets indicates whether ssh password exists. Set it to false to remove existing SSH password.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to