severitiesAlloweds

@JvmName(name = "fthmhpxnoegwrjao")
suspend fun severitiesAlloweds(value: Output<List<String>>)
@JvmName(name = "oirguwbgkqdaqlla")
suspend fun severitiesAlloweds(value: List<String>)

Parameters

value

A list of severities that are enabled for this source subtype consumed in Fusion detection. Possible values for each element are High, Medium, Low, Informational.


@JvmName(name = "tkttjfemnywaynkd")
suspend fun severitiesAlloweds(vararg values: Output<String>)


@JvmName(name = "iynfejosvpkjfqup")
suspend fun severitiesAlloweds(values: List<Output<String>>)
@JvmName(name = "sndximbaumroxnov")
suspend fun severitiesAlloweds(vararg values: String)

Parameters

values

A list of severities that are enabled for this source subtype consumed in Fusion detection. Possible values for each element are High, Medium, Low, Informational.