Show / Hide Table of Contents

Class GoogleDevtoolsCloudbuildV1SecretManagerSecret

Pairs a secret environment variable with a SecretVersion in Secret Manager.

Inheritance
object
GoogleDevtoolsCloudbuildV1SecretManagerSecret
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.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class GoogleDevtoolsCloudbuildV1SecretManagerSecret : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX