DataSourceOneDriveUsersArgs

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
val oneDriveUserList: Output<List<String>>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): DataSourceOneDriveUsersArgs