OBJECT
Holds the configuration of the CrowdStrike integration.
type CrowdStrikeIntegrationConfig {# The CrowdStrike client ID.clientId: String! # The CrowdStrike client secret.clientSecret: String! # The CrowdStrike tenant url.crowdstrikeTenantUrl: String! }