View Source GoogleApi.SecretManager.V1.Model.Topic (google_api_secret_manager v0.20.0)

A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.

Attributes

  • name (type: String.t, default: nil) - Required. The resource name of the Pub/Sub topic that will be published to, in the following format: projects/*/topics/*. For publication to succeed, the Secret Manager service agent must have the pubsub.topic.publish permission on the topic. The Pub/Sub Publisher role (roles/pubsub.publisher) includes this permission.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecretManager.V1.Model.Topic{name: String.t() | nil}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.