ComputeNodeUser.IsAdmin Property

Definition

Gets or sets whether the Account should be an administrator on the Compute Node.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The default value is false.

Applies to