Class Secret (1.0.0-alpha04)

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

A securely stored value.

Inheritance

Object > Secret

Namespace

Google.Cloud.Metastore.V1Alpha

Assembly

Google.Cloud.Metastore.V1Alpha.dll

Constructors

Secret()

public Secret()

Secret(Secret)

public Secret(Secret other)
Parameter
NameDescription
otherSecret

Properties

CloudSecret

public string CloudSecret { get; set; }

The relative resource name of a Secret Manager secret version, in the following form:

projects/{project_number}/secrets/{secret_id}/versions/{version_id}.

Property Value
TypeDescription
String

ValueCase

public Secret.ValueOneofCase ValueCase { get; }
Property Value
TypeDescription
Secret.ValueOneofCase