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 主題目的地。

CloudPubsubTopic

Cloud Pub/Sub 主題的參照。

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

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

string

Cloud Pub/Sub 主題name 欄位。

payloadFormat

enum (PayloadFormat)

選用設定。要傳送之酬載的格式。如未指定,格式則為 JSON。

PayloadFormat

酬載的格式,

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