Google Privacy Dlp V2Inspection Rule Set Args
data class GooglePrivacyDlpV2InspectionRuleSetArgs(val infoTypes: Output<List<GooglePrivacyDlpV2InfoTypeArgs>>? = null, val rules: Output<List<GooglePrivacyDlpV2InspectionRuleArgs>>? = null) : ConvertibleToJava<GooglePrivacyDlpV2InspectionRuleSetArgs>
Rule set for modifying a set of infoTypes to alter behavior under certain circumstances, depending on the specific details of the rules within the set.
Constructors
Link copied to clipboard
constructor(infoTypes: Output<List<GooglePrivacyDlpV2InfoTypeArgs>>? = null, rules: Output<List<GooglePrivacyDlpV2InspectionRuleArgs>>? = null)