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