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."],[[["This webpage details the `SecretPayload` class, which is a critical component of the Google Cloud Secret Manager API, specifically within the `Google.Cloud.SecretManager.V1` namespace."],["The latest version documented is 2.5.0, and the page includes references and links to historical versions, ranging down to 1.3.0, allowing developers to view documentation across different releases."],["`SecretPayload` objects, representing the sensitive secret data, can be up to 64KiB in size, and must interact with inherited members from `System.Object` class, implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SecretPayload` class offers two constructors, one being a default and the other taking another `SecretPayload` object for potential cloning or copying, with the `Data` property, which holds the actual secret, using the `ByteString` data type."]]],[]]