public sealed class NotificationMessage : IMessage<NotificationMessage>, IEquatable<NotificationMessage>, IDeepCloneable<NotificationMessage>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class NotificationMessage.
[[["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."],[[["The `NotificationMessage` class in the Security Command Center v2 API represents a Cloud SCC notification."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and functionality."],["`NotificationMessage` has constructors for creating instances and cloning existing ones and also has properties such as `EventCase`, `Finding`, `NotificationConfigName`, and `Resource`."],["The class is part of the `Google.Cloud.SecurityCenter.V2` namespace within the `Google.Cloud.SecurityCenter.V2.dll` assembly."],["If the notification is based on a finding, the `Finding` property will be populated, and the `Resource` property represents the cloud resource related to the Finding."]]],[]]