Class SecurityBulletin
SecurityBulletin are notifications of vulnerabilities of Google products.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class SecurityBulletin : IDirectResponseSchema
Properties
BulletinId
ID of the bulletin corresponding to the vulnerability.
Declaration
[JsonProperty("bulletinId")]
public virtual string BulletinId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SubmissionTime
object representation of SubmissionTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SubmissionTimeDateTimeOffset instead.")]
public virtual object SubmissionTime { get; set; }
Property Value
Type | Description |
---|---|
object |
SubmissionTimeDateTimeOffset
DateTimeOffset representation of SubmissionTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SubmissionTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
SubmissionTimeRaw
Submission time of this Security Bulletin.
Declaration
[JsonProperty("submissionTime")]
public virtual string SubmissionTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SuggestedUpgradeVersion
This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0
Declaration
[JsonProperty("suggestedUpgradeVersion")]
public virtual string SuggestedUpgradeVersion { get; set; }
Property Value
Type | Description |
---|---|
string |