CuratedRuleCount

Counts of detections originating from a single curated rule.

JSON representation
{
  "curated_rule": string,
  "precision": enum (CuratedRulePrecision),
  "count": integer
}
Fields
curated_rule

string

Name of the curated rule. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}

precision

enum (CuratedRulePrecision)

Precision of the curated rule.

count

integer

Count of the detections.