We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8204e commit 02f9aafCopy full SHA for 02f9aaf
1 file changed
crowdstrike/table_crowdstrike_detection.go
@@ -14,7 +14,7 @@ import (
14
func tableCrowdStrikeDetection(_ context.Context) *plugin.Table {
15
return &plugin.Table{
16
Name: "crowdstrike_detection",
17
- Description: "Detections are events identified by Falcon sensors on the hosts in your environment.",
+ Description: "[Deprecated] Detections are events identified by Falcon sensors on the hosts in your environment.",
18
List: &plugin.ListConfig{
19
Hydrate: listCrowdStrikeDetections,
20
KeyColumns: []*plugin.KeyColumn{
0 commit comments