Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudSecuritycenterV1NotificationMessage

import type { GoogleCloudSecuritycenterV1NotificationMessage } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";

Cloud SCC's Notification

interface GoogleCloudSecuritycenterV1NotificationMessage {
finding?: Finding;
notificationConfigName?: string;
}

§Properties

§
finding?: Finding
[src]

If it's a Finding based notification config, this field will be populated.

§
notificationConfigName?: string
[src]

Name of the notification config that generated current notification.

§

The Cloud resource tied to this notification's Finding.