excludeSharedDrives

@JvmName(name = "sgakgtkwiyvfmoyh")
suspend fun excludeSharedDrives(value: Output<List<String>>)
@JvmName(name = "kinvnxgdjicoailc")
suspend fun excludeSharedDrives(value: List<String>?)

Parameters

value

A list of identifiers or shared drives to exclude from the index. All files and folders stored on the shared drive are excluded.


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


@JvmName(name = "fywbjttbdnevoxim")
suspend fun excludeSharedDrives(values: List<Output<String>>)
@JvmName(name = "wguwunceqstnmsec")
suspend fun excludeSharedDrives(vararg values: String)

Parameters

values

A list of identifiers or shared drives to exclude from the index. All files and folders stored on the shared drive are excluded.