Skip to main content
The kgConfig object configures knowledge graph indexer settings for connections. Properties vary by connector type and authentication method.

General properties

kgConfig.enabled
boolean
default:"true"
Whether the knowledge graph is enabled for this connection.
kgConfig.useConnectorAuth
boolean
default:"true"
Whether to use existing connector authentication for knowledge graph operations.
  • When true, the knowledge graph uses the connection’s authentication.
  • When false, the knowledge graph uses separate authentication specified in kgConfig.authProperties.
The value can only be false when the connection’s authentication method is OAuth.
kgConfig.kgSchedule
object
Knowledge graph scheduling configuration.
kgConfig.authProperties
object
Authentication properties for knowledge graph operations. These properties can differ from the main connection’s authentication settings. Properties vary by OAuth type (u2m or m2m).