Settings

Setelan tingkat pelanggan.

Representasi JSON
{
  "notifications": [
    {
      object (Notification)
    }
  ]
}
Kolom
notifications[]

object (Notification)

Daftar notifikasi.

Notifikasi

Setelan untuk notifikasi callback. Untuk mengetahui detail selengkapnya, lihat Notifikasi Notifikasi Google Workspace.

Representasi JSON
{

  // Union field destination can be only one of the following:
  "cloudPubsubTopic": {
    object (CloudPubsubTopic)
  }
  // End of list of possible types for union field destination.
}
Kolom
Kolom union destination. Hanya satu tujuan yang akan ditentukan. destination hanya dapat berupa salah satu dari berikut:
cloudPubsubTopic

object (CloudPubsubTopic)

Tujuan topik Google Cloud Pub/sub.

CloudPubSubTopic

Referensi ke topik Cloud Pub/Sub.

Untuk mendaftarkan notifikasi, pemilik topik harus memberikan izin projects.topics.publish kepada alerts-api-push-notifications@system.gserviceaccount.com.

Representasi JSON
{
  "topicName": string,
  "payloadFormat": enum (PayloadFormat)
}
Kolom
topicName

string

Kolom name pada Topik Cloud Pub/Sub.

payloadFormat

enum (PayloadFormat)

Opsional. Format payload yang akan dikirim. Jika tidak ditentukan, formatnya akan berupa JSON.

FormatPayload

Format payload.

Enumerasi
PAYLOAD_FORMAT_UNSPECIFIED Format payload tidak ditentukan (akan menggunakan JSON sebagai default).
JSON Gunakan JSON.