Class GoogleCloudSecuritycenterV1p1beta1NotificationMessage
Security Command Center's Notification
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.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 |