Google Cloud OS Config v1alpha API - Class VulnerabilityReport.Types.Vulnerability (2.0.0-alpha04)

public sealed class VulnerabilityReport.Types.Vulnerability : IMessage<VulnerabilityReport.Types.Vulnerability>, IEquatable<VulnerabilityReport.Types.Vulnerability>, IDeepCloneable<VulnerabilityReport.Types.Vulnerability>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud OS Config v1alpha API class VulnerabilityReport.Types.Vulnerability.

A vulnerability affecting the VM instance.

Inheritance

object > VulnerabilityReport.Types.Vulnerability

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

Vulnerability()

public Vulnerability()

Vulnerability(Vulnerability)

public Vulnerability(VulnerabilityReport.Types.Vulnerability other)
Parameter
NameDescription
otherVulnerabilityReportTypesVulnerability

Properties

AvailableInventoryItemIds

[Obsolete]
public RepeatedField<string> AvailableInventoryItemIds { get; }

Corresponds to the AVAILABLE_PACKAGE inventory item on the VM. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. If there is no available fix, the field is empty. The inventory_item value specifies the latest SoftwarePackage available to the VM that fixes the vulnerability.

Property Value
TypeDescription
RepeatedFieldstring

CreateTime

public Timestamp CreateTime { get; set; }

The timestamp for when the vulnerability was first detected.

Property Value
TypeDescription
Timestamp

Details

public VulnerabilityReport.Types.Vulnerability.Types.Details Details { get; set; }

Contains metadata as per the upstream feed of the operating system and NVD.

Property Value
TypeDescription
VulnerabilityReportTypesVulnerabilityTypesDetails

InstalledInventoryItemIds

[Obsolete]
public RepeatedField<string> InstalledInventoryItemIds { get; }

Corresponds to the INSTALLED_PACKAGE inventory item on the VM. This field displays the inventory items affected by this vulnerability. If the vulnerability report was not updated after the VM inventory update, these values might not display in VM inventory. For some distros, this field may be empty.

Property Value
TypeDescription
RepeatedFieldstring

Items

public RepeatedField<VulnerabilityReport.Types.Vulnerability.Types.Item> Items { get; }

List of items affected by the vulnerability.

Property Value
TypeDescription
RepeatedFieldVulnerabilityReportTypesVulnerabilityTypesItem

UpdateTime

public Timestamp UpdateTime { get; set; }

The timestamp for when the vulnerability was last modified.

Property Value
TypeDescription
Timestamp