Describes the detectors a detection exclusion is applied to.
JSON representation |
---|
{ "curatedRuleSets" : [ string ] , "curatedRules" : [ string ] , "rules" : [ string ] , "deletedCuratedRuleSets" : [ string ] } |
Fields | |
---|---|
curatedRuleSets[]
|
The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{ruleSet} |
curatedRules[]
|
The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule} |
rules[]
|
Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule} |
deletedCuratedRuleSets[]
|
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/{ruleSet} |