Settings

Einstellungen auf Kundenebene.

JSON-Darstellung
{
  "notifications": [
    {
      object (Notification)
    }
  ]
}
Felder
notifications[]

object (Notification)

Die Liste der Benachrichtigungen.

Benachrichtigung

Einstellungen für Rückrufbenachrichtigungen. Weitere Informationen finden Sie im Hilfeartikel Benachrichtigungen zu Google Workspace-Benachrichtigungen.

JSON-Darstellung
{

  // Union field destination can be only one of the following:
  "cloudPubsubTopic": {
    object (CloudPubsubTopic)
  }
  // End of list of possible types for union field destination.
}
Felder
Union-Feld destination. Genau ein Ziel wird angegeben. Für destination ist nur einer der folgenden Werte zulässig:
cloudPubsubTopic

object (CloudPubsubTopic)

Ein Google Cloud Pub/Sub-Thema-Ziel.

CloudPubsubTopic

Ein Verweis auf ein Cloud Pub/Sub-Thema.

Um sich für Benachrichtigungen zu registrieren, muss der Inhaber des Themas alerts-api-push-notifications@system.gserviceaccount.com die Berechtigung projects.topics.publish erteilen.

JSON-Darstellung
{
  "topicName": string,
  "payloadFormat": enum (PayloadFormat)
}
Felder
topicName

string

Das Feld name eines Cloud Pub/Sub-Themas.

payloadFormat

enum (PayloadFormat)

Optional. Das Format der Nutzlast, die gesendet wird. Wenn nicht angegeben, ist das Format JSON.

PayloadFormat

Das Format der Nutzlast.

Enums
PAYLOAD_FORMAT_UNSPECIFIED Das Nutzlastformat ist nicht angegeben. Es wird standardmäßig JSON verwendet.
JSON JSON verwenden.