Google Privacy Dlp V2Exclusion Rule Response
data class GooglePrivacyDlpV2ExclusionRuleResponse(val dictionary: GooglePrivacyDlpV2DictionaryResponse, val excludeByHotword: GooglePrivacyDlpV2ExcludeByHotwordResponse, val excludeInfoTypes: GooglePrivacyDlpV2ExcludeInfoTypesResponse, val matchingType: String, val regex: GooglePrivacyDlpV2RegexResponse)
The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet
are removed from results.
Constructors
Link copied to clipboard
constructor(dictionary: GooglePrivacyDlpV2DictionaryResponse, excludeByHotword: GooglePrivacyDlpV2ExcludeByHotwordResponse, excludeInfoTypes: GooglePrivacyDlpV2ExcludeInfoTypesResponse, matchingType: String, regex: GooglePrivacyDlpV2RegexResponse)
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
Regular expression which defines the rule.