Share via


UserAccountSettings.AdminUserSshPublicKey Property

Definition

Gets or sets SSH public key.

[Newtonsoft.Json.JsonProperty(PropertyName="adminUserSshPublicKey")]
public string AdminUserSshPublicKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="adminUserSshPublicKey")>]
member this.AdminUserSshPublicKey : string with get, set
Public Property AdminUserSshPublicKey As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

SSH public key of the administrator user account.

Applies to