info Types
suspend fun infoTypes(value: Output<List<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>>)
suspend fun infoTypes(value: List<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>)
Parameters
value
If a finding is matched by any of the infoType detectors listed here, the finding will be excluded from the scan results. Structure is documented below.
suspend fun infoTypes(vararg values: Output<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>)
suspend fun infoTypes(values: List<Output<PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>>)
suspend fun infoTypes(vararg values: PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs)
Parameters
values
If a finding is matched by any of the infoType detectors listed here, the finding will be excluded from the scan results. Structure is documented below.
suspend fun infoTypes(argument: List<suspend PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgsBuilder.() -> Unit>)
suspend fun infoTypes(vararg argument: suspend PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgsBuilder.() -> Unit)
suspend fun infoTypes(argument: suspend PreventionInspectTemplateInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgsBuilder.() -> Unit)
Parameters
argument
If a finding is matched by any of the infoType detectors listed here, the finding will be excluded from the scan results. Structure is documented below.