GooglePrivacyDlpV2ExclusionRuleArgs

data class GooglePrivacyDlpV2ExclusionRuleArgs(val dictionary: Output<GooglePrivacyDlpV2DictionaryArgs>? = null, val excludeByHotword: Output<GooglePrivacyDlpV2ExcludeByHotwordArgs>? = null, val excludeInfoTypes: Output<GooglePrivacyDlpV2ExcludeInfoTypesArgs>? = null, val matchingType: Output<GooglePrivacyDlpV2ExclusionRuleMatchingType>? = null, val regex: Output<GooglePrivacyDlpV2RegexArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2ExclusionRuleArgs>

The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results.

Constructors

Link copied to clipboard
constructor(dictionary: Output<GooglePrivacyDlpV2DictionaryArgs>? = null, excludeByHotword: Output<GooglePrivacyDlpV2ExcludeByHotwordArgs>? = null, excludeInfoTypes: Output<GooglePrivacyDlpV2ExcludeInfoTypesArgs>? = null, matchingType: Output<GooglePrivacyDlpV2ExclusionRuleMatchingType>? = null, regex: Output<GooglePrivacyDlpV2RegexArgs>? = null)

Properties

Link copied to clipboard

Dictionary which defines the rule.

Link copied to clipboard

Drop if the hotword rule is contained in the proximate context. For tabular data, the context includes the column name.

Link copied to clipboard

Set of infoTypes for which findings would affect this rule.

Link copied to clipboard

How the rule is applied, see MatchingType documentation for details.

Link copied to clipboard
val regex: Output<GooglePrivacyDlpV2RegexArgs>? = null

Regular expression which defines the rule.

Functions

Link copied to clipboard
open override fun toJava(): GooglePrivacyDlpV2ExclusionRuleArgs