The activity for a specific findings refinement.
JSON representation |
---|
{ "findingsRefinement" : string , // Union field |
findingsRefinement
string
Required. Full resource name for the findings refinement this activity corresponds to. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findingsRefinement}
Activity
. The activity for the findings refinement. Activity
can be only one of the following:detectionExclusionActivity
object (
DetectionExclusionActivity
)
The activity for the detection exclusion.
DetectionExclusionActivity
The activity for a findings refinement that is a detection exclusion. The activity is broken down per detector.
JSON representation |
---|
{
"detectionExclusionDetectorActivities"
:
[
{
object (
|
Fields | |
---|---|
detectionExclusionDetectorActivities[]
|
The activity for the detection exclusion broken down by detector. |
DetectionExclusionDetectorActivity
The activity for a findings refinement that is a detection exclusion broken down for one specific detector.
JSON representation |
---|
{ "excludedDetectionCount" : string , "totalDetectionCount" : string , // Union field |
excludedDetectionCount
string ( int64
format)
The number of detections for the detector that were excluded by the detection exclusion.
totalDetectionCount
string ( int64
format)
The total number of detections found by the detector. This includes both excluded detections and non-excluded detections.
Union field detector_name
.
detector_name
can be only one of the following:
curatedRule
string
Full resource name for the curated rule this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}
curatedRuleSet
string
Full resource name for the curated rule set this activity corresponds to. This field will only be set if the customer has access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curatedRuleSetCategory}/curatedRuleSets/{curatedRuleSet}
rule
string
Full resource name for the rule this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
deletedCuratedRuleSet
string
Full resource name for the deleted curated rule set this activity corresponds to. This field will only be set if the customer does not have access to the curated rule set the exclusion is applied to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{curatedRuleSetCategory}/curatedRuleSets/{curatedRuleSet}