The activity for a specific findings refinement.
| JSON representation |
|---|
{
"findingsRefinement": string,
// The following is a list of mutually exclusive fields. At most one of the
// fields will be set in a response:
"detectionExclusionActivity": {
object ( |
| Fields | |
|---|---|
findingsRefinement |
Required. Full resource name for the findings refinement this activity corresponds to. Format: projects/{project}/locations/{region}/instances/{instance}/findingsRefinements/{findingsRefinement} |
| The activity for the findings refinement. The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
detectionExclusionActivity |
The activity for the detection exclusion. |
| End of mutually exclusive fields. | |
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, // The following is a list of mutually exclusive fields. At most one of the // fields will be set in a response: "curatedRule": string, "curatedRuleSet": string, "rule": string, "deletedCuratedRuleSet": string // End of mutually exclusive fields. } |
| 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. |
| The following is a list of mutually exclusive fields. At most one of the fields will be set in a response: | |
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} |
| End of mutually exclusive fields. | |