public sealed class SecretPayload : IMessage<SecretPayload>, IEquatable<SecretPayload>, IDeepCloneable<SecretPayload>, IBufferMessage, IMessageA 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].
Implements
IMessage<SecretPayload>, System.IEquatable<SecretPayload>, IDeepCloneable<SecretPayload>, IBufferMessage, 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 |
ByteString |
|