Security Command Center's Notification
| JSON representation | 
|---|
| { "notificationConfigName": string, "resource": { object ( | 
| Fields | |
|---|---|
| notificationConfigName | 
 Name of the notification config that generated current notification. | 
| resource | 
 The Cloud resource tied to the notification. | 
| Union field event. Notification Event.eventcan be only one of the following: | |
| finding | 
 If it's a Finding based notification config, this field will be populated. | 
Resource
Information related to the Google Cloud resource.
| JSON representation | 
|---|
| {
  "name": string,
  "project": string,
  "projectDisplayName": string,
  "parent": string,
  "parentDisplayName": string,
  "folders": [
    {
      object ( | 
| Fields | |
|---|---|
| name | 
 The full resource name of the resource. See: https://cloud.google.com/apis/design/resource_names#full_resource_name | 
| project | 
 The full resource name of project that the resource belongs to. | 
| projectDisplayName | 
 The project id that the resource belongs to. | 
| parent | 
 The full resource name of resource's parent. | 
| parentDisplayName | 
 The human readable name of resource's parent. | 
| folders[] | 
 Output only. Contains a Folder message for each folder in the assets ancestry. The first folder is the deepest nested folder, and the last folder is the folder directly under the Organization. |