severitiesAlloweds

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


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