Class: Google::Cloud::SecretManager::V1::SecretPayload
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1::SecretPayload
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1/resources.rb
Overview
A secret payload resource in the Secret Manager API. This contains the sensitive secret payload that is associated with a SecretVersion.
Instance Attribute Summary collapse
-
#data ⇒ ::String
The secret data.
-
#data_crc32c ⇒ ::Integer
Optional.
Instance Attribute Details
#data ⇒ ::String
519 520 521 522 |
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 519 class SecretPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#data_crc32c ⇒ ::Integer
519 520 521 522 |
# File 'proto_docs/google/cloud/secretmanager/v1/resources.rb', line 519 class SecretPayload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |