Class: Google::Cloud::SecretManager::V1beta1::SecretPayload
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta1::SecretPayload
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secrets/v1beta1/resources.rb
Overview
A secret payload resource in the Secret Manager API. This contains the sensitive secret data that is associated with a SecretVersion.
Instance Attribute Summary collapse
-
#data ⇒ ::String
The secret data.
Instance Attribute Details
#data ⇒ ::String
Returns The secret data. Must be no larger than 64KiB.
155 156 157 158 |
# File 'proto_docs/google/cloud/secrets/v1beta1/resources.rb', line 155 class SecretPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |