excludeUserAccounts

@JvmName(name = "crdvkfoiyvbciksl")
suspend fun excludeUserAccounts(value: Output<List<String>>)
@JvmName(name = "gktarbhdyajsfahr")
suspend fun excludeUserAccounts(value: List<String>?)

Parameters

value

A list of email addresses of the users. Documents owned by these users are excluded from the index. Documents shared with excluded users are indexed unless they are excluded in another way.


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


@JvmName(name = "lssrlmydojljvnvl")
suspend fun excludeUserAccounts(values: List<Output<String>>)
@JvmName(name = "nisjigapougfbuhy")
suspend fun excludeUserAccounts(vararg values: String)

Parameters

values

A list of email addresses of the users. Documents owned by these users are excluded from the index. Documents shared with excluded users are indexed unless they are excluded in another way.