Module Values_0.CustomPosixUserConfigSource

Details about the POSIX identity that is used for file system operations.

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

    The POSIX user ID.

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

    The POSIX group ID.

    *)
}
Sourceval context_ : string
Sourceval make : uid:Uid.t -> gid:Gid.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Uid.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