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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["SecurityBulletin is a class within the Security Command Center v2 API, providing notifications of vulnerabilities in Google products."],["This class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the object class."],["SecurityBulletin offers two constructors: a default constructor and another to create a SecurityBulletin instance from an existing one."],["Key properties of the SecurityBulletin class include BulletinId, which holds the vulnerability bulletin's ID, SubmissionTime, which is the time the bulletin was submitted, and SuggestedUpgradeVersion, which contains a recommended upgrade version."]]],[]]