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

GoogleCloudAdvisorynotificationsV1Notification

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

A notification object for notifying customers about security and privacy issues.

interface GoogleCloudAdvisorynotificationsV1Notification {
readonly createTime?: Date;
name?: string;
notificationType?:
| "NOTIFICATION_TYPE_UNSPECIFIED"
| "NOTIFICATION_TYPE_SECURITY_PRIVACY_ADVISORY"
| "NOTIFICATION_TYPE_SENSITIVE_ACTIONS"
| "NOTIFICATION_TYPE_SECURITY_MSA"
| "NOTIFICATION_TYPE_THREAT_HORIZONS";
}

§Properties

§
readonly createTime?: Date
[src]

Output only. Time the notification was created.

§

A list of messages in the notification.

§
name?: string
[src]

The resource name of the notification. Format: organizations/{organization}/locations/{location}/notifications/{notification} or projects/{project}/locations/{location}/notifications/{notification}.

§
notificationType?: "NOTIFICATION_TYPE_UNSPECIFIED" | "NOTIFICATION_TYPE_SECURITY_PRIVACY_ADVISORY" | "NOTIFICATION_TYPE_SENSITIVE_ACTIONS" | "NOTIFICATION_TYPE_SECURITY_MSA" | "NOTIFICATION_TYPE_THREAT_HORIZONS"
[src]

Type of notification

§

The subject line of the notification.