Module Values.OpenZFSPosixFileSystemUserSource

The FSx for OpenZFS file system user that is used for authorizing all file access requests that are made using the S3 access point.

Sourcetype nonrec t = {
  1. uid : FileSystemUID.t;
    (*

    The UID of the file system user.

    *)
  2. gid : FileSystemGID.t;
    (*

    The GID of the file system user.

    *)
  3. secondaryGids : FileSystemSecondaryGIDs.t option;
    (*

    The list of secondary GIDs for the file system user.

    *)
}
Sourceval context_ : string
Sourceval make : ?secondaryGids:??? -> uid:FileSystemUID.t -> gid:FileSystemGID.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Long of FileSystemGID.t ] list | `Long of FileSystemUID.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t