DataSourceSharePointConfiguration

data class DataSourceSharePointConfiguration(val crawlAttachments: Boolean? = null, val disableLocalGroups: Boolean? = null, val documentTitleFieldName: String? = null, val exclusionPatterns: List<String>? = null, val fieldMappings: List<DataSourceToIndexFieldMapping>? = null, val inclusionPatterns: List<String>? = null, val secretArn: String, val sharePointVersion: DataSourceSharePointConfigurationSharePointVersion, val sslCertificateS3Path: DataSourceS3Path? = null, val urls: List<String>, val useChangeLog: Boolean? = null, val vpcConfiguration: DataSourceVpcConfiguration? = null)

SharePoint configuration

Constructors

Link copied to clipboard
fun DataSourceSharePointConfiguration(crawlAttachments: Boolean? = null, disableLocalGroups: Boolean? = null, documentTitleFieldName: String? = null, exclusionPatterns: List<String>? = null, fieldMappings: List<DataSourceToIndexFieldMapping>? = null, inclusionPatterns: List<String>? = null, secretArn: String, sharePointVersion: DataSourceSharePointConfigurationSharePointVersion, sslCertificateS3Path: DataSourceS3Path? = null, urls: List<String>, useChangeLog: Boolean? = null, vpcConfiguration: DataSourceVpcConfiguration? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val useChangeLog: Boolean? = null
Link copied to clipboard