Google Privacy Dlp V2Inspection Rule Args
data class GooglePrivacyDlpV2InspectionRuleArgs(val exclusionRule: Output<GooglePrivacyDlpV2ExclusionRuleArgs>? = null, val hotwordRule: Output<GooglePrivacyDlpV2HotwordRuleArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2InspectionRuleArgs>
A single inspection rule to be applied to infoTypes, specified in InspectionRuleSet
.
Constructors
Link copied to clipboard
fun GooglePrivacyDlpV2InspectionRuleArgs(exclusionRule: Output<GooglePrivacyDlpV2ExclusionRuleArgs>? = null, hotwordRule: Output<GooglePrivacyDlpV2HotwordRuleArgs>? = null)