Values.OntapFileSystemIdentitySourceSpecifies the file system user identity that will be used for authorizing all file access requests that are made using the S3 access point. The identity can be either a UNIX user or a Windows user.
type nonrec t = {type_ : OntapFileSystemUserType.t;Specifies the FSx for ONTAP user identity type. Valid values are UNIX and WINDOWS.
*)unixUser : OntapUnixFileSystemUser.t option;Specifies the UNIX user identity for file system operations.
*)windowsUser : OntapWindowsFileSystemUser.t option;Specifies the Windows user identity for file system operations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `String of OntapFileSystemUserName.t ]) list ])
list ]