INPUT_OBJECT
Holds the configuration of the CrowdStrike integration.
input CrowdStrikeIntegrationConfigInput {# The CrowdStrike client ID.clientId: String!# The CrowdStrike client secret.clientSecret: String!# The CrowdStrike tenant url.crowdstrikeTenantUrl: String}