squashMode property
Either NO_ROOT_SQUASH, for allowing root access on the exported directory, or ROOT_SQUASH, for not allowing root access.
The default is NO_ROOT_SQUASH. Possible string values are:
- "SQUASH_MODE_UNSPECIFIED" : SquashMode not set.
- "NO_ROOT_SQUASH" : The Root user has root access to the file share (default).
- "ROOT_SQUASH" : The Root user has squashed access to the anonymous uid/gid.
Implementation
core.String? squashMode;