public sealed class Secret : IMessage<Secret>, IEquatable<Secret>, IDeepCloneable<Secret>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataproc Metastore v1beta API class Secret.
A securely stored value.
Namespace
Google.Cloud.Metastore.V1BetaAssembly
Google.Cloud.Metastore.V1Beta.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 |
HasCloudSecret
public bool HasCloudSecret { get; }
Gets whether the "cloud_secret" field is set
Property Value | |
---|---|
Type | Description |
bool |
ValueCase
public Secret.ValueOneofCase ValueCase { get; }
Property Value | |
---|---|
Type | Description |
SecretValueOneofCase |