Reference documentation and code samples for the Secret Manager V1beta1 API class Google::Cloud::SecretManager::V1beta1::SecretPayload.
A secret payload resource in the Secret Manager API. This contains the sensitive secret data that is associated with a SecretVersion.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data
def data() -> ::String
Returns
- (::String) — The secret data. Must be no larger than 64KiB.
#data=
def data=(value) -> ::String
Parameter
- value (::String) — The secret data. Must be no larger than 64KiB.
Returns
- (::String) — The secret data. Must be no larger than 64KiB.