NfsAccessRule.RootSquash Property

Definition

Gets or sets map root accesses to anonymousUID and anonymousGID.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to