public sealed class Secret : IMessage<Secret>, IEquatable<Secret>, IDeepCloneable<Secret>, IBufferMessage, IMessageA securely stored value.
Namespace
Google.Cloud.Metastore.V1Assembly
Google.Cloud.Metastore.V1.dll
Constructors
Secret()
public Secret()Secret(Secret)
public Secret(Secret other)| Parameter | |
|---|---|
| Name | Description |
other |
Secret |
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 | |
|---|---|
| Type | Description |
String |
|
ValueCase
public Secret.ValueOneofCase ValueCase { get; }| Property Value | |
|---|---|
| Type | Description |
Secret.ValueOneofCase |
|