PreventionInspectTemplateInspectConfigRuleSetArgs

data class PreventionInspectTemplateInspectConfigRuleSetArgs(val infoTypes: Output<List<PreventionInspectTemplateInspectConfigRuleSetInfoTypeArgs>>, val rules: Output<List<PreventionInspectTemplateInspectConfigRuleSetRuleArgs>>) : ConvertibleToJava<PreventionInspectTemplateInspectConfigRuleSetArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

List of infoTypes this rule set is applied to. Structure is documented below.

Link copied to clipboard

Set of rules to be applied to infoTypes. The rules are applied in order. Structure is documented below.