Share via


LocalUserRegeneratePasswordResult.SshPassword Property

Definition

Gets auto generated password by the server for SSH authentication if hasSshPassword is set to true on the creation of local user.

[Newtonsoft.Json.JsonProperty(PropertyName="sshPassword")]
public string SshPassword { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sshPassword")>]
member this.SshPassword : string
Public ReadOnly Property SshPassword As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to