FileSystemUserResponse

data class FileSystemUserResponse(val cifsUser: CifsUserResponse? = null, val nfsUser: NfsUserResponse? = null)

File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.

Constructors

Link copied to clipboard
constructor(cifsUser: CifsUserResponse? = null, nfsUser: NfsUserResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The effective CIFS username when accessing the volume data.

Link copied to clipboard

The effective NFS User ID and Group ID when accessing the volume data.