Secret Manager v1beta1 API - Class SecretPayload (3.0.0-beta04)

public sealed class SecretPayload : IMessage<SecretPayload>, IEquatable<SecretPayload>, IDeepCloneable<SecretPayload>, IBufferMessage, IMessage

Reference documentation and code samples for the Secret Manager v1beta1 API class SecretPayload.

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].

Inheritance

object > SecretPayload

Namespace

Google.Cloud.SecretManager.V1Beta1

Assembly

Google.Cloud.SecretManager.V1Beta1.dll

Constructors

SecretPayload()

public SecretPayload()

SecretPayload(SecretPayload)

public SecretPayload(SecretPayload other)
Parameter
NameDescription
otherSecretPayload

Properties

Data

public ByteString Data { get; set; }

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

Property Value
TypeDescription
ByteString