Class GoogleCloudRunV2EnvVarSource
EnvVarSource represents a source for the value of an EnvVar.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2EnvVarSource : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SecretKeyRef
Selects a secret and a specific version from Cloud Secret Manager.
Declaration
[JsonProperty("secretKeyRef")]
public virtual GoogleCloudRunV2SecretKeySelector SecretKeyRef { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRunV2SecretKeySelector |