public sealed class SecretEnvVar : IMessage<SecretEnvVar>, IEquatable<SecretEnvVar>, IDeepCloneable<SecretEnvVar>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class SecretEnvVar.
Represents an environment variable where the value is a secret in Cloud Secret Manager.
Implements
IMessageSecretEnvVar, IEquatableSecretEnvVar, IDeepCloneableSecretEnvVar, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SecretEnvVar()
public SecretEnvVar()SecretEnvVar(SecretEnvVar)
public SecretEnvVar(SecretEnvVar other)| Parameter | |
|---|---|
| Name | Description |
other |
SecretEnvVar |
Properties
Name
public string Name { get; set; }Required. Name of the secret environment variable.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecretRef
public SecretRef SecretRef { get; set; }Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.
| Property Value | |
|---|---|
| Type | Description |
SecretRef |
|