INPUT_OBJECT

CrowdStrikeIntegrationConfigInput

Description

Holds the configuration of the CrowdStrike integration.

link GraphQL Schema definition

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