A secret payload resource in the Secret Manager API. This contains the
sensitive secret data that is associated with a [SecretVersion][google.cloud.secrets.v1beta1.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 in the Google Cloud Secret Manager API, specifically version V1Beta1, represents a resource containing sensitive secret data associated with a secret version."],["It is a sealed class that implements interfaces for message handling, equality comparison, deep cloning, and buffer messaging, as well as inheriting from the base object."],["The `SecretPayload` class offers two constructors, a default and one that allows instantiation by cloning from another `SecretPayload` instance."],["The main property of `SecretPayload` is `Data`, which holds the actual secret information as a `ByteString`, with a size limitation of 64KiB."],["The namespace for this resource is `Google.Cloud.SecretManager.V1Beta1`, and it is located within the `Google.Cloud.SecretManager.V1Beta1.dll` assembly."]]],[]]