Cloud SCC's Notification
JSON representation |
---|
{ "notificationConfigName": string, "resource": { object ( |
Fields | |
---|---|
notification |
Name of the notification config that generated current notification. |
resource |
The Cloud resource tied to this notification's Finding. |
Union field event . Notification Event. event can 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, "displayName": string, "type": 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 |
display |
The human readable name of the resource. |
type |
The full resource type of the resource. |
project |
The full resource name of project that the resource belongs to. |
project |
The project ID that the resource belongs to. |
parent |
The full resource name of resource's parent. |
parent |
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. |
cloud |
Indicates which cloud provider the resource resides in. |
organization |
Indicates which organization or tenant in the cloud provider the finding applies to. |
service |
The parent service or product from which the resource is provided, for example, GKE or SNS. |
location |
The region or location of the service (if applicable). |
resource |
Provides the path to the resource within the resource hierarchy. |
resource |
A string representation of the resource path. For Google Cloud, it has the format of |
Union field
|
|
aws |
The AWS metadata associated with the finding. |