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 Pubsub 主題的參照。

如要註冊通知,主題擁有者必須將 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。