info Types
suspend fun infoTypes(value: Output<List<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>>)
suspend fun infoTypes(value: List<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>)
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<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>)
suspend fun infoTypes(values: List<Output<PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs>>)
suspend fun infoTypes(vararg values: PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgs)
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 PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgsBuilder.() -> Unit>)
suspend fun infoTypes(vararg argument: suspend PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgsBuilder.() -> Unit)
suspend fun infoTypes(argument: suspend PreventionJobTriggerInspectJobInspectConfigRuleSetRuleExclusionRuleExcludeInfoTypesInfoTypeArgsBuilder.() -> 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.