classificationsIncludeds

@JvmName(name = "xavqevewlmnfsqku")
suspend fun classificationsIncludeds(value: Output<List<String>>)
@JvmName(name = "iqdvmmtprdbydaqm")
suspend fun classificationsIncludeds(value: List<String>?)

Parameters

value

Specifies the list of update classifications included in the Software Update Configuration. Possible values are Unclassified, Critical, Security and Other.

NOTE: The classifications_included property will become Required in version 4.0 of the Provider.


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


@JvmName(name = "hmasijabovtiptcu")
suspend fun classificationsIncludeds(values: List<Output<String>>)
@JvmName(name = "ainekoiihxqaxpav")
suspend fun classificationsIncludeds(vararg values: String)

Parameters

values

Specifies the list of update classifications included in the Software Update Configuration. Possible values are Unclassified, Critical, Security and Other.

NOTE: The classifications_included property will become Required in version 4.0 of the Provider.