Class VulnerabilitySnapshot
Inheritance
VulnerabilitySnapshot
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class VulnerabilitySnapshot : IDirectResponseSchema
Properties
CloudProvider
Declaration
[JsonProperty("cloudProvider")]
public virtual string CloudProvider { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
FindingCount
Declaration
[JsonProperty("findingCount")]
public virtual VulnerabilityCountBySeverity FindingCount { get; set; }
Property Value
Name
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
SnapshotTime
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SnapshotTimeDateTimeOffset instead.")]
public virtual object SnapshotTime { get; set; }
Property Value
SnapshotTimeDateTimeOffset
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SnapshotTimeDateTimeOffset { get; set; }
Property Value
SnapshotTimeRaw
Declaration
[JsonProperty("snapshotTime")]
public virtual string SnapshotTimeRaw { get; set; }
Property Value
Implements