windowsDetails

@JvmName(name = "tpwgyjfoaxeshvmu")
suspend fun windowsDetails(value: Output<List<WindowsDetailArgs>>)
@JvmName(name = "tydqllcvmvowjivi")
suspend fun windowsDetails(value: List<WindowsDetailArgs>?)

Parameters

value

Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.


@JvmName(name = "tjfagvrhbacqwwlt")
suspend fun windowsDetails(vararg values: Output<WindowsDetailArgs>)


@JvmName(name = "quvjhgqknrsqfgvb")
suspend fun windowsDetails(values: List<Output<WindowsDetailArgs>>)
@JvmName(name = "fcrkkgsrysawdgdl")
suspend fun windowsDetails(vararg values: WindowsDetailArgs)

Parameters

values

Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.


@JvmName(name = "pimyitbwgmjsqiqw")
suspend fun windowsDetails(argument: List<suspend WindowsDetailArgsBuilder.() -> Unit>)
@JvmName(name = "qwkpklrkmiyrmyhd")
suspend fun windowsDetails(vararg argument: suspend WindowsDetailArgsBuilder.() -> Unit)
@JvmName(name = "xyxwtkwyqtgqvdit")
suspend fun windowsDetails(argument: suspend WindowsDetailArgsBuilder.() -> Unit)

Parameters

argument

Windows details get their own format because the information format and model don't match a normal detail. Specifically Windows updates are done as patches, thus Windows vulnerabilities really are a missing package, rather than a package being at an incorrect version.