Security Command Center v2 API - Class SecurityBulletin (1.0.0-beta01)

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.

Inheritance

object > SecurityBulletin

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

SecurityBulletin()

public SecurityBulletin()

SecurityBulletin(SecurityBulletin)

public SecurityBulletin(SecurityBulletin other)
Parameter
NameDescription
otherSecurityBulletin

Properties

BulletinId

public string BulletinId { get; set; }

ID of the bulletin corresponding to the vulnerability.

Property Value
TypeDescription
string

SubmissionTime

public Timestamp SubmissionTime { get; set; }

Submission time of this Security Bulletin.

Property Value
TypeDescription
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
TypeDescription
string