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 トピックの宛先。

CloudPubsubTopic

Cloud Pubsub トピックへの参照。

通知を登録するには、トピックのオーナーが alerts-api-push-notifications@system.gserviceaccount.comprojects.topics.publish 権限を付与する必要があります。

JSON 表現
{
  "topicName": string,
  "payloadFormat": enum (PayloadFormat)
}
フィールド
topicName

string

Cloud Pubsub トピックname フィールド。

payloadFormat

enum (PayloadFormat)

省略可。送信されるペイロードの形式。指定しない場合、形式は JSON になります。

PayloadFormat

ペイロードの形式。

列挙型
PAYLOAD_FORMAT_UNSPECIFIED ペイロードの形式は指定されていません(デフォルトでは JSON を使用します)。
JSON JSON を使用する。