Class GoogleCloudSecuritycenterV2NotificationMessage
Cloud SCC's Notification
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.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 |