View Source GoogleApi.SecretManager.V1.Model.Topic (google_api_secret_manager v0.19.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 P4SA must have pubsub.publisher permissions on the topic.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.