Prevention Job Trigger Inspect Job Inspect Config Rule Set Rule Exclusion Rule Args
data class PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleArgs(val dictionary: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleDictionaryArgs>? = null, val excludeByHotword: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeByHotwordArgs>? = null, val excludeInfoTypes: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesArgs>? = null, val matchingType: Output<String>, val regex: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs>? = null) : ConvertibleToJava<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleArgs>
Constructors
Link copied to clipboard
constructor(dictionary: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleDictionaryArgs>? = null, excludeByHotword: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeByHotwordArgs>? = null, excludeInfoTypes: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesArgs>? = null, matchingType: Output<String>, regex: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs>? = null)
Properties
Link copied to clipboard
val dictionary: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleDictionaryArgs>? = null
Dictionary which defines the rule. Structure is documented below.
Link copied to clipboard
val excludeByHotword: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeByHotwordArgs>? = null
Drop if the hotword rule is contained in the proximate context. Structure is documented below.
Link copied to clipboard
val excludeInfoTypes: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesArgs>? = 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
val regex: Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleRegexArgs>? = null
Regular expression which defines the rule. Structure is documented below.