NfsAccessRule.AnonymousUID Property

Definition

Gets or sets UID value that replaces 0 when rootSquash is true. 65534 will be used if not provided.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to