Reference documentation and code samples for the NetApp V1 API module Google::Cloud::NetApp::V1::SimpleExportPolicyRule::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.
Constants
SQUASH_MODE_UNSPECIFIED
value: 0 Defaults to NO_ROOT_SQUASH.
NO_ROOT_SQUASH
value: 1 The root user (UID 0) retains full access. Other users are
unaffected.
ROOT_SQUASH
value: 2 The root user (UID 0) is squashed to anonymous user ID. Other users are
unaffected.
ALL_SQUASH
value: 3 All users are squashed to anonymous user ID.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-01-11 UTC."],[],[]]