Data Source One Drive Users Args
data class DataSourceOneDriveUsersArgs(val oneDriveUserList: Output<List<String>>? = null, val oneDriveUserS3Path: Output<DataSourceS3PathArgs>? = null) : ConvertibleToJava<DataSourceOneDriveUsersArgs>
Constructors
Link copied to clipboard
constructor(oneDriveUserList: Output<List<String>>? = null, oneDriveUserS3Path: Output<DataSourceS3PathArgs>? = 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.