confidences

@JvmName(name = "julgokgrvdvwtvah")
suspend fun confidences(value: Output<List<InsightFiltersConfidenceArgs>>)
@JvmName(name = "nykovonnplcwbyan")
suspend fun confidences(value: List<InsightFiltersConfidenceArgs>?)

Parameters

value

A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.


@JvmName(name = "qjlcctaggrbkaetj")
suspend fun confidences(vararg values: Output<InsightFiltersConfidenceArgs>)


@JvmName(name = "dcdirlxvwwjjsukv")
suspend fun confidences(values: List<Output<InsightFiltersConfidenceArgs>>)
@JvmName(name = "wyajklvhtqbmejmd")
suspend fun confidences(vararg values: InsightFiltersConfidenceArgs)

Parameters

values

A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.


@JvmName(name = "hflalwhdkwfivjhj")
suspend fun confidences(argument: List<suspend InsightFiltersConfidenceArgsBuilder.() -> Unit>)
@JvmName(name = "krvfeolscscerbfa")
suspend fun confidences(vararg argument: suspend InsightFiltersConfidenceArgsBuilder.() -> Unit)
@JvmName(name = "kdwjnhvtvvnbavyi")
suspend fun confidences(argument: suspend InsightFiltersConfidenceArgsBuilder.() -> Unit)

Parameters

argument

A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.