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
  • # Represents a Microsoft Purview integration.
  • MICROSOFT_PURVIEW
  • # Represents a OKTA ITP integration.
  • OKTA
  • # Represents a ServiceNow ITSM integration.
  • SERVICENOW_ITSM
  • }