Skip to content

Commit 02f9aaf

Browse files
committed
Add deperecation notice to the crowdstrike_detection table
1 parent cf8204e commit 02f9aaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crowdstrike/table_crowdstrike_detection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
func tableCrowdStrikeDetection(_ context.Context) *plugin.Table {
1515
return &plugin.Table{
1616
Name: "crowdstrike_detection",
17-
Description: "Detections are events identified by Falcon sensors on the hosts in your environment.",
17+
Description: "[Deprecated] Detections are events identified by Falcon sensors on the hosts in your environment.",
1818
List: &plugin.ListConfig{
1919
Hydrate: listCrowdStrikeDetections,
2020
KeyColumns: []*plugin.KeyColumn{

0 commit comments

Comments
 (0)