exclusion Rule
suspend fun exclusionRule(value: Output<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleArgs>)
suspend fun exclusionRule(value: PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleArgs?)
Parameters
value
The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results. Structure is documented below.
suspend fun exclusionRule(argument: suspend PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleArgsBuilder.() -> Unit)
Parameters
argument
The rule that specifies conditions when findings of infoTypes specified in InspectionRuleSet are removed from results. Structure is documented below.