criticalities

@JvmName(name = "oqyjijvnyjtkdpgw")
suspend fun criticalities(value: Output<List<InsightFiltersCriticalityArgs>>)
@JvmName(name = "xiqgdokjgslqpkit")
suspend fun criticalities(value: List<InsightFiltersCriticalityArgs>?)

Parameters

value

The level of importance assigned to the resources associated with the finding. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.


@JvmName(name = "vpycmnjvuwghkbmw")
suspend fun criticalities(vararg values: Output<InsightFiltersCriticalityArgs>)


@JvmName(name = "xihfepwtsnwmwiwi")
suspend fun criticalities(values: List<Output<InsightFiltersCriticalityArgs>>)
@JvmName(name = "eleeyvnwfpqmpmbp")
suspend fun criticalities(vararg values: InsightFiltersCriticalityArgs)

Parameters

values

The level of importance assigned to the resources associated with the finding. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.


@JvmName(name = "nfduwvhfvrmmsxeq")
suspend fun criticalities(argument: List<suspend InsightFiltersCriticalityArgsBuilder.() -> Unit>)
@JvmName(name = "ytcgkfgcruwlbbsa")
suspend fun criticalities(vararg argument: suspend InsightFiltersCriticalityArgsBuilder.() -> Unit)
@JvmName(name = "iiasftpudhatxufv")
suspend fun criticalities(argument: suspend InsightFiltersCriticalityArgsBuilder.() -> Unit)

Parameters

argument

The level of importance assigned to the resources associated with the finding. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.