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 unter Google Workspace-Benachrichtigung.

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. Es muss genau ein Ziel angegeben werden. Für destination ist nur einer der folgenden Werte zulässig:
cloudPubsubTopic

object (CloudPubsubTopic)

Ein Google Cloud Pub/Sub-Zielthema.

CloudPubsubTopic

Ein Verweis auf ein Cloud Pub/Sub-Thema.

Damit Sie sich für Benachrichtigungen registrieren können, muss der Inhaber des Themas alerts-api-push-notifications@system.gserviceaccount.com die Berechtigung projects.topics.publish gewähren.

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 werden soll. Wenn keine Angabe erfolgt, wird das JSON-Format verwendet.

PayloadFormat

Das Format der Nutzlast.

Enums
PAYLOAD_FORMAT_UNSPECIFIED Das Nutzlastformat ist nicht angegeben (standardmäßig wird JSON verwendet).
JSON Verwenden Sie JSON.