DataSourceOneDriveUsers

data class DataSourceOneDriveUsers(val oneDriveUserList: List<String>? = null, val oneDriveUserS3Path: DataSourceS3Path? = null)

Constructors

Link copied to clipboard
constructor(oneDriveUserList: List<String>? = null, oneDriveUserS3Path: DataSourceS3Path? = null)

Types

Link copied to clipboard
object Companion

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.