The activity for a specific findings refinement.
JSON representation |
---|
{ "findingsRefinement": string, // Union field |
Fields | |
---|---|
findingsRefinement |
Required. Full resource name for the findings refinement this activity corresponds to. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findingsRefinement} |
Union field Activity . The activity for the findings refinement. Activity can be only one of the following: |
|
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 |
Fields | |
---|---|
excludedDetectionCount |
The number of detections for the detector that were excluded by the detection exclusion. |
totalDetectionCount |
The total number of detections found by the detector. This includes both excluded detections and non-excluded detections. |
Union field
|
|
curatedRule |
Full resource name for the curated rule this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule} |
curatedRuleSet |
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 |
Full resource name for the rule this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule} |
deletedCuratedRuleSet |
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} |