SecretPayload

A secret payload resource in the Secret Manager API. This contains the sensitive secret data that is associated with a SecretVersion.

JSON representation
{
  "data": string
}
Fields
data

string (bytes format)

The secret data. Must be no larger than 64KiB.

A base64-encoded string.