Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV1p1beta1NotificationMessage

Security Command Center's Notification

Inheritance
object
GoogleCloudSecuritycenterV1p1beta1NotificationMessage
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV1p1beta1NotificationMessage : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Finding

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

Declaration
[JsonProperty("finding")]
public virtual GoogleCloudSecuritycenterV1p1beta1Finding Finding { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV1p1beta1Finding

NotificationConfigName

Name of the notification config that generated current notification.

Declaration
[JsonProperty("notificationConfigName")]
public virtual string NotificationConfigName { get; set; }
Property Value
Type Description
string

Resource

The Cloud resource tied to the notification.

Declaration
[JsonProperty("resource")]
public virtual GoogleCloudSecuritycenterV1p1beta1Resource Resource { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV1p1beta1Resource

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX