Class: Google::Cloud::Connectors::V1::Secret
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::Secret
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/common.rb
Overview
Secret provides a reference to entries in Secret Manager.
Instance Attribute Summary collapse
-
#secret_version ⇒ ::String
The resource name of the secret version in the format, format as:
projects/*/secrets/*/versions/*.
Instance Attribute Details
#secret_version ⇒ ::String
Returns The resource name of the secret version in the format,
format as: projects/*/secrets/*/versions/*.
140 141 142 143 |
# File 'proto_docs/google/cloud/connectors/v1/common.rb', line 140 class Secret include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |