Google Cloud Security Command Center v1p1beta1 API - Class NotificationMessage (3.0.0-beta04)

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

Reference documentation and code samples for the Google Cloud Security Command Center v1p1beta1 API class NotificationMessage.

Security Command Center's Notification

Inheritance

object > NotificationMessage

Namespace

Google.Cloud.SecurityCenter.V1P1Beta1

Assembly

Google.Cloud.SecurityCenter.V1P1Beta1.dll

Constructors

NotificationMessage()

public NotificationMessage()

NotificationMessage(NotificationMessage)

public NotificationMessage(NotificationMessage other)
Parameter
NameDescription
otherNotificationMessage

Properties

EventCase

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

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 the notification.

Property Value
TypeDescription
Resource