public sealed class Secret : IMessage<Secret>, IEquatable<Secret>, IDeepCloneable<Secret>, IBufferMessage, IMessageReference documentation and code samples for the Integration Connectors v1 API class Secret.
Secret provides a reference to entries in Secret Manager.
Namespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
Secret()
public Secret()Secret(Secret)
public Secret(Secret other)| Parameter | |
|---|---|
| Name | Description |
other |
Secret |
Properties
SecretVersion
public string SecretVersion { get; set; }The resource name of the secret version in the format,
format as: projects/*/secrets/*/versions/*.
| Property Value | |
|---|---|
| Type | Description |
string |
|