severitiesAlloweds

@JvmName(name = "rkbbcdofmwlgysoj")
suspend fun severitiesAlloweds(value: Output<List<String>>)
@JvmName(name = "joucjwiuangnmbqf")
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 = "eubpidiintivonsd")
suspend fun severitiesAlloweds(vararg values: Output<String>)


@JvmName(name = "rtumtutgceoycxfk")
suspend fun severitiesAlloweds(values: List<Output<String>>)
@JvmName(name = "prknvikdrcdddyrj")
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.