Class NotificationMessage (2.2.0)

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

Cloud SCC's Notification

Inheritance

Object > NotificationMessage

Implements

Google.Protobuf.IMessage<NotificationMessage>, IEquatable<NotificationMessage>, Google.Protobuf.IDeepCloneable<NotificationMessage>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

NotificationMessage()

public NotificationMessage()

NotificationMessage(NotificationMessage)

public NotificationMessage(NotificationMessage other)
Parameter
NameDescription
otherNotificationMessage

Properties

EventCase

public NotificationMessage.EventOneofCase EventCase { get; }
Property Value
TypeDescription
NotificationMessage.EventOneofCase

Finding

public Finding Finding { get; set; }

If it's a Finding based notification config, this field will be populated.

Property Value
TypeDescription
Finding

NotificationConfigName

public string NotificationConfigName { get; set; }

Name of the notification config that generated current notification.

Property Value
TypeDescription
String

Resource

public Resource Resource { get; set; }

The Cloud resource tied to this notification's Finding.

Property Value
TypeDescription
Resource