Prevention Job Trigger Inspect Job Inspect Config Rule Set Rule Exclusion Rule
data class PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRule(val dictionary: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleDictionary? = null, val excludeByHotword: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeByHotword? = null, val excludeInfoTypes: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypes? = null, val matchingType: String, val regex: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegex? = null)
Constructors
Link copied to clipboard
constructor(dictionary: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleDictionary? = null, excludeByHotword: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeByHotword? = null, excludeInfoTypes: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypes? = null, matchingType: String, regex: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegex? = null)
Properties
Link copied to clipboard
val dictionary: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleDictionary? = null
Dictionary which defines the rule. Structure is documented below.
Link copied to clipboard
val excludeByHotword: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeByHotword? = null
Drop if the hotword rule is contained in the proximate context. Structure is documented below.
Link copied to clipboard
val excludeInfoTypes: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypes? = null
Set of infoTypes for which findings would affect this rule. Structure is documented below.
Link copied to clipboard
How the rule is applied. See the documentation for more information: https://cloud.google.com/dlp/docs/reference/rest/v2/InspectConfig#MatchingType Possible values are: MATCHING_TYPE_FULL_MATCH
, MATCHING_TYPE_PARTIAL_MATCH
, MATCHING_TYPE_INVERSE_MATCH
.
Link copied to clipboard
Regular expression which defines the rule. Structure is documented below.