REST Resource: projects.locations.instances.systemNotifications

Resource: SystemNotification

SystemNotification is a resource that contains information about a System notification.

JSON representation
{
  "name": string,
  "createTime": string,
  "updatedTime": string,
  "sender": string,
  "message": string,
  "type": string,
  "isRead": boolean
}
Fields
name

string

Identifier. The resource name of the SystemNotifications. Format: projects/{project}/locations/{location}/instances/{instance}/systemNotifications/{systemNotification}

createTime

string (int64 format)

Output only. The creation time of the record in milliseconds.

updatedTime

string (int64 format)

Output only. The updated time of the record in milliseconds.

sender

string

Output only. Notification sender E.g. "System".

message

string

Output only. Notification message.

type

string

Output only. Representing the system operation that sent the notification.

isRead

boolean

Output only. Flag that indicates whether the notification is read or not.

Methods

count

Counts SystemNotifications for a given user.

get

Gets a SystemNotifications given a name.

list

Lists SystemNotifications for a given user.

markAsRead

Marks a list of SystemNotifications as read.