windowsDetails

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


@JvmName(name = "tuggufbjljslwbog")
suspend fun windowsDetails(values: List<Output<WindowsDetailArgs>>)
@JvmName(name = "fflhhcpxpjsmmjge")
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 = "ksqlholldqoxmyah")
suspend fun windowsDetails(argument: List<suspend WindowsDetailArgsBuilder.() -> Unit>)
@JvmName(name = "slmistiegkkhftqu")
suspend fun windowsDetails(vararg argument: suspend WindowsDetailArgsBuilder.() -> Unit)
@JvmName(name = "iexsjmpadxstobjp")
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.