Values.OpenZFSFileSystemIdentitySourceSpecifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point.
type nonrec t = {type_ : OpenZFSFileSystemUserType.t;Specifies the FSx for OpenZFS user identity type, accepts only POSIX.
*)posixUser : OpenZFSPosixFileSystemUser.t option;Specifies the UID and GIDs of the file system POSIX user.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `List of [> `Long of FileSystemGID.t ] list
| `Long of FileSystemUID.t ])
list ])
list ]