View Source GoogleApi.HealthCare.V1beta1.Model.PubsubDestination (google_api_health_care v0.56.4)
The Pub/Sub output destination. The Cloud Healthcare Service Agent requires the roles/pubsub.publisher Cloud IAM role on the Pub/Sub topic.
Attributes
-
pubsubTopic(type:String.t, default:nil) - The Pub/Sub topic that Pub/Sub messages are published on. Supplied by the client. ThePubsubMessagecontains the following fields:PubsubMessage.Datacontains the resource name.PubsubMessage.MessageIdis the ID of this notification. It is guaranteed to be unique within the topic. *PubsubMessage.PublishTimeis the time when the message was published. Topic names must be scoped to a project. The Cloud Healthcare API service account, service-PROJECT_NUMBER@gcp-sa-healthcare.iam.gserviceaccount.com, must have publisher permissions on the given Pub/Sub topic. Not having adequate permissions causes the calls that send notifications to fail.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.HealthCare.V1beta1.Model.PubsubDestination{ pubsubTopic: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.