Class DetectionExclusionApplication (0.6.2)

DetectionExclusionApplication(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Describes the detectors a detection exclusion is applied to.

Attributes

Name Description
curated_rule_sets MutableSequence[str]
The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}
curated_rules MutableSequence[str]
The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}
rules MutableSequence[str]
Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
deleted_curated_rule_sets MutableSequence[str]
Output only. The deleted CuratedRuleSets this detection exclusion applies to. Indicates to the customer that the detection exclusion no longer applies to the rule sets, so the detection exclusion should be updated. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}