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 > SecretPayloadImplements
Google.Protobuf.IMessage<SecretPayload>, System.IEquatable<SecretPayload>, Google.Protobuf.IDeepCloneable<SecretPayload>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
SecretPayload()
public SecretPayload()
SecretPayload(SecretPayload)
public SecretPayload(SecretPayload other)
Parameter | |
---|---|
Name | Description |
other | SecretPayload |
Properties
Data
public ByteString Data { get; set; }
The secret data. Must be no larger than 64KiB.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.ByteString |