Dataproc Metastore v1alpha API - Class Secret (2.0.0-alpha09)

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

Reference documentation and code samples for the Dataproc Metastore v1alpha API class Secret.

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

HasCloudSecret

public bool HasCloudSecret { get; }

Gets whether the "cloud_secret" field is set

Property Value
TypeDescription
bool

ValueCase

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