Google Cloud Security Command Center v1 API - Class SecurityBulletin (3.20.0)

public sealed class SecurityBulletin : IMessage<SecurityBulletin>, IEquatable<SecurityBulletin>, IDeepCloneable<SecurityBulletin>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class SecurityBulletin.

SecurityBulletin are notifications of vulnerabilities of Google products.

Inheritance

object > SecurityBulletin

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.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