Values.OntapWindowsFileSystemUserSourceThe FSx for ONTAP Windows file system user that is used for authorizing all file access requests that are made using the S3 access point.
type nonrec t = {name : OntapFileSystemUserName.t;The name of the Windows user. The name can be up to 256 characters long and supports Active Directory users.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of OntapFileSystemUserName.t ]) list ]