GooglePrivacyDlpV2InspectionRuleSetArgs

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)

Properties

Link copied to clipboard

List of infoTypes this rule set is applied to.

Link copied to clipboard

Set of rules to be applied to infoTypes. The rules are applied in order.

Functions

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