Class: Google::Cloud::SecretManager::V1::Topic

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/secretmanager/v1/resources.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns 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.

Returns:

  • (::String)

    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.



391
392
393
394
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 391

class Topic
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end