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 주제 대상

CloudPubSub주제

Cloud Pub/Sub 주제에 대한 참조입니다.

알림을 등록하려면 주제 소유자가 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을 사용하세요.