Windows Update Args
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
constructor(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)
Properties
Link copied to clipboard
The list of categories to which the update belongs.
Link copied to clipboard
The localized description of the update.
Link copied to clipboard
Required - The unique identifier for the update.
Link copied to clipboard
The Microsoft Knowledge Base article IDs that are associated with the update.
Link copied to clipboard
The last published timestamp of the update.
Link copied to clipboard
The hyperlink to the support information for the update.