Google Cloud OS Config v1 API - Enum WindowsUpdateSettings.Types.Classification (2.3.0)

public enum WindowsUpdateSettings.Types.Classification

Reference documentation and code samples for the Google Cloud OS Config v1 API enum WindowsUpdateSettings.Types.Classification.

Microsoft Windows update classifications as defined in [1] https://support.microsoft.com/en-us/help/824684/description-of-the-standard-terminology-that-is-used-to-describe-micro

Namespace

Google.Cloud.OsConfig.V1

Assembly

Google.Cloud.OsConfig.V1.dll

Fields

NameDescription
Critical

"A widely released fix for a specific problem that addresses a critical, non-security-related bug." [1]

Definition

"A widely released and frequent software update that contains additions to a product's definition database. Definition databases are often used to detect objects that have specific attributes, such as malicious code, phishing websites, or junk mail." [1]

Driver

"Software that controls the input and output of a device." [1]

FeaturePack

"New product functionality that is first distributed outside the context of a product release and that is typically included in the next full product release." [1]

Security

"A widely released fix for a product-specific, security-related vulnerability. Security vulnerabilities are rated by their severity. The severity rating is indicated in the Microsoft security bulletin as critical, important, moderate, or low." [1]

ServicePack

"A tested, cumulative set of all hotfixes, security updates, critical updates, and updates. Additionally, service packs may contain additional fixes for problems that are found internally since the release of the product. Service packs my also contain a limited number of customer-requested design changes or features." [1]

Tool

"A utility or feature that helps complete a task or set of tasks." [1]

Unspecified

Invalid. If classifications are included, they must be specified.

Update

"A widely released fix for a specific problem. An update addresses a noncritical, non-security-related bug." [1]

UpdateRollup

"A tested, cumulative set of hotfixes, security updates, critical updates, and updates that are packaged together for easy deployment. A rollup generally targets a specific area, such as security, or a component of a product, such as Internet Information Services (IIS)." [1]