oneDriveUserList

@JvmName(name = "ihkufadjdfhlkqjc")
suspend fun oneDriveUserList(value: Output<List<String>>)
@JvmName(name = "hpwlrmyimwcrivvs")
suspend fun oneDriveUserList(value: List<String>?)

Parameters

value

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.


@JvmName(name = "caekiyffmtggpxay")
suspend fun oneDriveUserList(vararg values: Output<String>)


@JvmName(name = "erhoeiffnysmsrfe")
suspend fun oneDriveUserList(values: List<Output<String>>)
@JvmName(name = "ujdelmmqiaqatjbm")
suspend fun oneDriveUserList(vararg values: String)

Parameters

values

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.