A secret payload resource in the Secret Manager API. This contains the
sensitive secret payload that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `SecretPayload` class, part of the Google Cloud Secret Manager API, is used to store sensitive data associated with a `SecretVersion`."],["This class has been implemented across multiple versions, with `2.5.0` being the latest and `1.4.0` being the current version shown, all the way down to `1.3.0`."],["`SecretPayload` inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains a `Data` property of type `ByteString` to store the actual secret data, which cannot exceed 64KiB."],["There are two constructors available, one to create an empty payload and one to create it by copying from another `SecretPayload`."]]],[]]