DetectionExclusionDetectorActivity(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)The activity for a findings refinement that is a detection exclusion broken down for one specific detector.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
curated_rule |
str
Full resource name for the curated rule this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule} This field is a member of oneof_ detector_name.
|
curated_rule_set |
str
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/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} This field is a member of oneof_ detector_name.
|
rule |
str
Full resource name for the rule this activity corresponds to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule} This field is a member of oneof_ detector_name.
|
deleted_curated_rule_set |
str
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/{curated_rule_set_category}/curatedRuleSets/{curated_rule_set} This field is a member of oneof_ detector_name.
|
excluded_detection_count |
int
The number of detections for the detector that were excluded by the detection exclusion. |
total_detection_count |
int
The total number of detections found by the detector. This includes both excluded detections and non-excluded detections. |