exclusionPatterns

@JvmName(name = "odujnmnoymmpcndu")
suspend fun exclusionPatterns(value: Output<List<String>>)
@JvmName(name = "omohbschnbtvbybh")
suspend fun exclusionPatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index. The regex is applied to the display URL of the SharePoint document.


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


@JvmName(name = "gqgepofjrxwbvijm")
suspend fun exclusionPatterns(values: List<Output<String>>)
@JvmName(name = "ikkubxpknhtqloss")
suspend fun exclusionPatterns(vararg values: String)

Parameters

values

A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don't match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index. The regex is applied to the display URL of the SharePoint document.