ENUM

IntegrationType

Description

Specifies the type of an integration. Note that the values are stored in a database and therefore cannot be changed.

link GraphQL Schema definition

  • enum IntegrationType {
  • # Represents a security integration that fingerprints files with sensitive
  • # data hits to prevent them from being exfiltrated.
  • DATA_LOSS_PREVENTION
  • # Represents an unspecified integration.
  • INTEGRATION_TYPE_UNSPECIFIED
  • }