public sealed class SecurityBulletin : IMessage<SecurityBulletin>, IEquatable<SecurityBulletin>, IDeepCloneable<SecurityBulletin>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class SecurityBulletin.
SecurityBulletin are notifications of vulnerabilities of Google products.
Implements
IMessageSecurityBulletin, IEquatableSecurityBulletin, IDeepCloneableSecurityBulletin, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V2Assembly
Google.Cloud.SecurityCenter.V2.dll
Constructors
SecurityBulletin()
public SecurityBulletin()
SecurityBulletin(SecurityBulletin)
public SecurityBulletin(SecurityBulletin other)
Parameter | |
---|---|
Name | Description |
other |
SecurityBulletin |
Properties
BulletinId
public string BulletinId { get; set; }
ID of the bulletin corresponding to the vulnerability.
Property Value | |
---|---|
Type | Description |
string |
SubmissionTime
public Timestamp SubmissionTime { get; set; }
Submission time of this Security Bulletin.
Property Value | |
---|---|
Type | Description |
Timestamp |
SuggestedUpgradeVersion
public string SuggestedUpgradeVersion { get; set; }
This represents a version that the cluster receiving this notification should be upgraded to, based on its current version. For example, 1.15.0
Property Value | |
---|---|
Type | Description |
string |