Reference documentation and code samples for the Secret Manager V1 API class Google::Cloud::SecretManager::V1::Topic.
A Pub/Sub topic which Secret Manager will publish to when control plane events occur on this secret.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#name
def name() -> ::String
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 havepubsub.publisher
permissions on the topic.
#name=
def name=(value) -> ::String
Parameter
-
value (::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 havepubsub.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 havepubsub.publisher
permissions on the topic.