REST Resource: projects.locations.notifications

Resource: Notification

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

JSON representation
{
  "name": string,
  "subject": {
    object (Subject)
  },
  "messages": [
    {
      object (Message)
    }
  ],
  "createTime": string,
  "notificationType": enum (NotificationType)
}
Fields
name

string

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

subject

object (Subject)

The subject line of the notification.

messages[]

object (Message)

A list of messages in the notification.

createTime

string (Timestamp format)

Output only. Time the notification was created.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

notificationType

enum (NotificationType)

Type of notification

Methods

get

Gets a notification.

list

Lists notifications under a given parent.