Share via


UserAccountSettings.AdminUserName Property

Definition

Gets or sets user name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Name of the administrator user account which can be used to SSH to nodes.

Applies to