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。指定する目的地は 1 つだけです。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 を使用します。