Class: Google::Cloud::SecretManager::V1::Topic
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::Topic
- 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
-
#name ⇒ ::String
Required.
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 service agent must have the pubsub.topic.publish
permission on the topic. The Pub/Sub Publisher role
(roles/pubsub.publisher
) includes this permission.
425 426 427 428 |
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 425 class Topic include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |