threat Intel Indicator Source Urls
suspend fun threatIntelIndicatorSourceUrls(value: Output<List<InsightFiltersThreatIntelIndicatorSourceUrlArgs>>)
suspend fun threatIntelIndicatorSourceUrls(value: List<InsightFiltersThreatIntelIndicatorSourceUrlArgs>?)
Parameters
value
The URL for more details from the source of the threat intelligence. See String Filter below for more details.
suspend fun threatIntelIndicatorSourceUrls(vararg values: Output<InsightFiltersThreatIntelIndicatorSourceUrlArgs>)
suspend fun threatIntelIndicatorSourceUrls(values: List<Output<InsightFiltersThreatIntelIndicatorSourceUrlArgs>>)
suspend fun threatIntelIndicatorSourceUrls(vararg values: InsightFiltersThreatIntelIndicatorSourceUrlArgs)
Parameters
values
The URL for more details from the source of the threat intelligence. See String Filter below for more details.
suspend fun threatIntelIndicatorSourceUrls(argument: List<suspend InsightFiltersThreatIntelIndicatorSourceUrlArgsBuilder.() -> Unit>)
suspend fun threatIntelIndicatorSourceUrls(vararg argument: suspend InsightFiltersThreatIntelIndicatorSourceUrlArgsBuilder.() -> Unit)
suspend fun threatIntelIndicatorSourceUrls(argument: suspend InsightFiltersThreatIntelIndicatorSourceUrlArgsBuilder.() -> Unit)
Parameters
argument
The URL for more details from the source of the threat intelligence. See String Filter below for more details.