public enum SimpleExportPolicyRule.Types.SquashModeReference documentation and code samples for the NetApp v1 API enum SimpleExportPolicyRule.Types.SquashMode.
SquashMode defines how remote user privileges are restricted when
accessing an NFS export. It controls how user identities (like root) are
mapped to anonymous users to limit access and enforce security.
Namespace
Google.Cloud.NetApp.V1Assembly
Google.Cloud.NetApp.V1.dll
Fields |
|
|---|---|
| Name | Description |
AllSquash |
All users are squashed to anonymous user ID. |
NoRootSquash |
The root user (UID 0) retains full access. Other users are unaffected. |
RootSquash |
The root user (UID 0) is squashed to anonymous user ID. Other users are unaffected. |
Unspecified |
Defaults to |