confidences

@JvmName(name = "bkblofqttyojofpm")
suspend fun confidences(value: Output<List<InsightFiltersConfidenceArgs>>)
@JvmName(name = "yneuluthoyoujeol")
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 = "hcxjyhjduukflhlx")
suspend fun confidences(vararg values: Output<InsightFiltersConfidenceArgs>)


@JvmName(name = "xintoykkgxpvqflp")
suspend fun confidences(values: List<Output<InsightFiltersConfidenceArgs>>)
@JvmName(name = "jipebcupjhmktijd")
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 = "gumuxurkoqdiioqe")
suspend fun confidences(argument: List<suspend InsightFiltersConfidenceArgsBuilder.() -> Unit>)
@JvmName(name = "xxuhreexfsgpxnya")
suspend fun confidences(vararg argument: suspend InsightFiltersConfidenceArgsBuilder.() -> Unit)
@JvmName(name = "skungrlbcakwbgaa")
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.