Module Values.OntapUnixFileSystemUserSource

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

Sourcetype nonrec t = {
  1. name : OntapFileSystemUserName.t;
    (*

    The name of the UNIX user. The name can be up to 256 characters long.

    *)
}
Sourceval context_ : string
Sourceval make : name:OntapFileSystemUserName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of OntapFileSystemUserName.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