OBJECT

CrowdStrikeIntegrationConfig

Description

Holds the configuration of the CrowdStrike integration.

link GraphQL Schema definition

  • type CrowdStrikeIntegrationConfig {
  • # The CrowdStrike client ID.
  • clientId: String!
  • # The CrowdStrike client secret.
  • clientSecret: String!
  • # The CrowdStrike tenant url.
  • crowdstrikeTenantUrl: String!
  • }