Class SecretPayload (1.3.0)

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 payload that is associated with a [SecretVersion][google.cloud.secretmanager.v1.SecretVersion].

Inheritance

System.Object > SecretPayload

Implements

Google.Protobuf.IMessage<SecretPayload>, System.IEquatable<SecretPayload>, Google.Protobuf.IDeepCloneable<SecretPayload>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.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
Google.Protobuf.ByteString