Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::DetectionExclusionApplication.
Describes the detectors a detection exclusion is applied to.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#curated_rule_sets
def curated_rule_sets() -> ::Array<::String>
Returns
- (::Array<::String>) — The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}
#curated_rule_sets=
def curated_rule_sets=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}
Returns
- (::Array<::String>) — The CuratedRuleSets this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRuleSetCategories/{category}/curatedRuleSets/{rule_set}
#curated_rules
def curated_rules() -> ::Array<::String>
Returns
- (::Array<::String>) — The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}
#curated_rules=
def curated_rules=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}
Returns
- (::Array<::String>) — The CuratedRules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/curatedRules/{rule}
#deleted_curated_rule_sets
def deleted_curated_rule_sets() -> ::Array<::String>
Returns
- (::Array<::String>) — 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}
#rules
def rules() -> ::Array<::String>
Returns
- (::Array<::String>) — Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
#rules=
def rules=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}
Returns
- (::Array<::String>) — Optional. The Rules this detection exclusion applies to. Format: projects/{project}/locations/{location}/instances/{instance}/rules/{rule}