inclusionPatterns

@JvmName(name = "tyjrjmwqtoupttnm")
suspend fun inclusionPatterns(value: Output<List<String>>)
@JvmName(name = "qbacjjanivrhmiaa")
suspend fun inclusionPatterns(value: List<String>?)

Parameters

value

A list of regular expression patterns to include certain documents in your SharePoint. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The regex applies to the display URL of the SharePoint document.


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


@JvmName(name = "ycchyrxcufvqqwas")
suspend fun inclusionPatterns(values: List<Output<String>>)
@JvmName(name = "ftomctgskdpauxni")
suspend fun inclusionPatterns(vararg values: String)

Parameters

values

A list of regular expression patterns to include certain documents in your SharePoint. Documents that match the patterns are included in the index. Documents that don't match the patterns are excluded from the index. If a document matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index. The regex applies to the display URL of the SharePoint document.