windowsDetails

@JvmName(name = "hieygyuimpgoxtyf")
suspend fun windowsDetails(value: Output<List<WindowsDetailArgs>>)
@JvmName(name = "lhsxvktnwrqohpul")
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 = "remhemqjxjbpensu")
suspend fun windowsDetails(vararg values: Output<WindowsDetailArgs>)


@JvmName(name = "tsbqvkgvjjddiqwv")
suspend fun windowsDetails(values: List<Output<WindowsDetailArgs>>)
@JvmName(name = "vjrioxakeyrghhyq")
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 = "lsnrrtqybhbpjoal")
suspend fun windowsDetails(argument: List<suspend WindowsDetailArgsBuilder.() -> Unit>)
@JvmName(name = "jjjniqefirhasrlv")
suspend fun windowsDetails(vararg argument: suspend WindowsDetailArgsBuilder.() -> Unit)
@JvmName(name = "itbomcmgubygcuom")
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.