Values.OpenZFSPosixFileSystemUserSourceThe FSx for OpenZFS file system user that is used for authorizing all file access requests that are made using the S3 access point.
type nonrec t = {uid : FileSystemUID.t;The UID of the file system user.
*)gid : FileSystemGID.t;The GID of the file system user.
*)secondaryGids : FileSystemSecondaryGIDs.t option;The list of secondary GIDs for the file system user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Long of FileSystemGID.t ] list
| `Long of FileSystemUID.t ])
list ]