Google Privacy Dlp V2Exclusion Rule Args
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
fun GooglePrivacyDlpV2ExclusionRuleArgs(dictionary: Output<GooglePrivacyDlpV2DictionaryArgs>? = null, excludeByHotword: Output<GooglePrivacyDlpV2ExcludeByHotwordArgs>? = null, excludeInfoTypes: Output<GooglePrivacyDlpV2ExcludeInfoTypesArgs>? = null, matchingType: Output<GooglePrivacyDlpV2ExclusionRuleMatchingType>? = null, regex: Output<GooglePrivacyDlpV2RegexArgs>? = null)