Class SecretPayload (2.0.0-beta05)

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

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