Vertex AI v1 API - Class SecretEnvVar (3.25.0)

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

Reference documentation and code samples for the Vertex AI v1 API class SecretEnvVar.

Represents an environment variable where the value is a secret in Cloud Secret Manager.

Inheritance

object > SecretEnvVar

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.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