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.
- : DlpConfig
- # The Microsoft Purview configuration.
- : MicrosoftPurviewConfig
- # The OKTA configuration.
- : OktaIntegrationConfig
- # The PAM configuration.
- : PamIntegrationConfig
- # The ServiceNow ITSM configuration.
- : ServiceNowItsmIntegrationConfig
- }