Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2NotificationMessage

Cloud SCC's Notification

Inheritance
object
GoogleCloudSecuritycenterV2NotificationMessage
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.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2NotificationMessage : 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 GoogleCloudSecuritycenterV2Finding Finding { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2Finding

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 this notification's Finding.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX