Secret Manager V1 API - Class Google::Cloud::SecretManager::V1::SecretPayload (v0.15.0)

Reference documentation and code samples for the Secret Manager V1 API class Google::Cloud::SecretManager::V1::SecretPayload.

A secret payload resource in the Secret Manager API. This contains the sensitive secret payload 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.

#data_crc32c

def data_crc32c() -> ::Integer
Returns

#data_crc32c=

def data_crc32c=(value) -> ::Integer
Parameter
Returns