Settings

客戶層級設定。

JSON 表示法
{
  "notifications": [
    {
      object (Notification)
    }
  ]
}
欄位
notifications[]

object (Notification)

通知清單。

通知

回呼通知設定。詳情請參閱 Google Workspace 快訊通知

JSON 表示法
{

  // Union field destination can be only one of the following:
  "cloudPubsubTopic": {
    object (CloudPubsubTopic)
  }
  // End of list of possible types for union field destination.
}
欄位
聯集欄位 destination。只能指定一個目的地。destination 只能是下列其中一項:
cloudPubsubTopic

object (CloudPubsubTopic)

Google Cloud Pub/Sub 主題目的地。

Cloud Pub/Sub 主題

Cloud Pub/Sub 主題的參照。

如要註冊通知,主題的擁有者必須將 alerts-api-push-notifications@system.gserviceaccount.com 權限授予 projects.topics.publish

JSON 表示法
{
  "topicName": string,
  "payloadFormat": enum (PayloadFormat)
}
欄位
topicName

string

Cloud Pub/Sub 主題name 欄位。

payloadFormat

enum (PayloadFormat)

選用,即將傳送的酬載格式。如果未指定,則格式為 JSON。

PayloadFormat

酬載的格式。

列舉
PAYLOAD_FORMAT_UNSPECIFIED 未指定酬載格式 (將使用 JSON 做為預設值)。
JSON 使用 JSON。