Values.OneDriveUsersSourceUser accounts whose documents should be indexed.
type nonrec t = {oneDriveUserList : OneDriveUserList.t option;A list of users whose documents should be indexed. Specify the user names in email format, for example, username@tenantdomain. If you need to index the documents of more than 10 users, use the OneDriveUserS3Path field to specify the location of a file containing a list of users.
*)oneDriveUserS3Path : S3Path.t option;The S3 bucket location of a file containing a list of users whose documents should be indexed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of OneDriveUser.t ] list
| `Structure of (string * [> `String of S3BucketName.t ]) list ])
list ]