A secret payload resource in the Secret Manager API. This contains the sensitive secret payload that is associated with a SecretVersion
.
JSON representation |
---|
{ "data": string, "dataCrc32c": string } |
Fields | |
---|---|
data |
The secret data. Must be no larger than 64KiB. A base64-encoded string. |
dataCrc32c |
Optional. If specified, The CRC32C value is encoded as a Int64 for compatibility, and can be safely downconverted to uint32 in languages that support this type. https://cloud.google.com/apis/design/design_patterns#integer_types |