OBJECT

IntegrationConfig

Description

Holds the configuration of a single integration. Note that IntegrationConfig can hold multiple configurations at once but only the configuration specified with IntegrationType will be considered.

link GraphQL Schema definition

  • type IntegrationConfig {
  • # The Data Loss Prevention configuration.
  • dataLossPrevention: DlpConfig
  • }