threat Intel Indicator Sources
suspend fun threatIntelIndicatorSources(value: Output<List<InsightFiltersThreatIntelIndicatorSourceArgs>>)
Parameters
value
The source of the threat intelligence. See String Filter below for more details.
suspend fun threatIntelIndicatorSources(vararg values: Output<InsightFiltersThreatIntelIndicatorSourceArgs>)
suspend fun threatIntelIndicatorSources(values: List<Output<InsightFiltersThreatIntelIndicatorSourceArgs>>)
suspend fun threatIntelIndicatorSources(vararg values: InsightFiltersThreatIntelIndicatorSourceArgs)
Parameters
values
The source of the threat intelligence. See String Filter below for more details.
suspend fun threatIntelIndicatorSources(argument: List<suspend InsightFiltersThreatIntelIndicatorSourceArgsBuilder.() -> Unit>)
suspend fun threatIntelIndicatorSources(vararg argument: suspend InsightFiltersThreatIntelIndicatorSourceArgsBuilder.() -> Unit)
suspend fun threatIntelIndicatorSources(argument: suspend InsightFiltersThreatIntelIndicatorSourceArgsBuilder.() -> Unit)
Parameters
argument
The source of the threat intelligence. See String Filter below for more details.