Data Source One Drive Users
data class DataSourceOneDriveUsers(val oneDriveUserList: List<String>? = null, val oneDriveUserS3Path: DataSourceS3Path? = null)
Properties
Link copied to clipboard
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.
Link copied to clipboard
The S3 bucket location of a file containing a list of users whose documents should be indexed.