Class ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret
Pairs a secret environment variable with a SecretVersion in Secret Manager.
Implements
Inherited Members
Namespace: Google.Apis.ContainerAnalysis.v1.Data
Assembly: Google.Apis.ContainerAnalysis.v1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1SecretManagerSecret : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Env
Environment variable name to associate with the secret. Secret environment variables must be unique across all of a build's secrets, and must be used by at least one build step.
Declaration
[JsonProperty("env")]
public virtual string Env { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionName
Resource name of the SecretVersion. In format: projects//secrets//versions/*
Declaration
[JsonProperty("versionName")]
public virtual string VersionName { get; set; }
Property Value
Type | Description |
---|---|
string |