Class GoogleCloudAiplatformV1SecretEnvVar
Represents an environment variable where the value is a secret in Cloud Secret Manager.
Implements
Inherited Members
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 |