GoogleApi.SecretManager.V1.Model.Topic (google_api_secret_manager v0.23.0)
View SourceA Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.
Attributes
-
name
(type:String.t
, default:nil
) - Identifier. 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 thepubsub.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}