Integration Connectors v1 API - Class Secret (1.1.0)

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

Reference documentation and code samples for the Integration Connectors v1 API class Secret.

Secret provides a reference to entries in Secret Manager.

Inheritance

object > Secret

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

Secret()

public Secret()

Secret(Secret)

public Secret(Secret other)
Parameter
NameDescription
otherSecret

Properties

SecretVersion

public string SecretVersion { get; set; }

The resource name of the secret version in the format, format as: projects/*/secrets/*/versions/*.

Property Value
TypeDescription
string