Share via


NfsAccessRule.AnonymousGID Property

Definition

Gets or sets GID value that replaces 0 when rootSquash is true. This will use the value of anonymousUID if not provided.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to