Show / Hide Table of Contents

Class GoogleCloudAiplatformV1SecretEnvVar

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

Inheritance
object
GoogleCloudAiplatformV1SecretEnvVar
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SecretEnvVar : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Required. Name of the secret environment variable.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SecretRef

Required. Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

Declaration
[JsonProperty("secretRef")]
public virtual GoogleCloudAiplatformV1SecretRef SecretRef { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1SecretRef

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX