Module Values.OpenZFSFileSystemIdentitySource

Specifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point.

Sourcetype nonrec t = {
  1. type_ : OpenZFSFileSystemUserType.t;
    (*

    Specifies the FSx for OpenZFS user identity type, accepts only POSIX.

    *)
  2. posixUser : OpenZFSPosixFileSystemUser.t option;
    (*

    Specifies the UID and GIDs of the file system POSIX user.

    *)
}
Sourceval context_ : string
Sourceval make : ?posixUser:??? -> type_:OpenZFSFileSystemUserType.t -> unit -> t
Sourceval 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 ]
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