WindowsUpdateArgs

data class WindowsUpdateArgs(val categories: Output<List<CategoryArgs>>? = null, val description: Output<String>? = null, val identity: Output<IdentityArgs>? = null, val kbArticleIds: Output<List<String>>? = null, val lastPublishedTimestamp: Output<String>? = null, val supportUrl: Output<String>? = null, val title: Output<String>? = null) : ConvertibleToJava<WindowsUpdateArgs>

Windows Update represents the metadata about the update for the Windows operating system. The fields in this message come from the Windows Update API documented at https://docs.microsoft.com/en-us/windows/win32/api/wuapi/nn-wuapi-iupdate.

Constructors

Link copied to clipboard
fun WindowsUpdateArgs(categories: Output<List<CategoryArgs>>? = null, description: Output<String>? = null, identity: Output<IdentityArgs>? = null, kbArticleIds: Output<List<String>>? = null, lastPublishedTimestamp: Output<String>? = null, supportUrl: Output<String>? = null, title: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): WindowsUpdateArgs

Properties

Link copied to clipboard
val categories: Output<List<CategoryArgs>>? = null

The list of categories to which the update belongs.

Link copied to clipboard
val description: Output<String>? = null

The localized description of the update.

Link copied to clipboard
val identity: Output<IdentityArgs>? = null

Required - The unique identifier for the update.

Link copied to clipboard
val kbArticleIds: Output<List<String>>? = null

The Microsoft Knowledge Base article IDs that are associated with the update.

Link copied to clipboard
val lastPublishedTimestamp: Output<String>? = null

The last published timestamp of the update.

Link copied to clipboard
val supportUrl: Output<String>? = null

The hyperlink to the support information for the update.

Link copied to clipboard
val title: Output<String>? = null

The localized title of the update.