Show / Hide Table of Contents

Class GoogleDevtoolsCloudbuildV1Secrets

Secrets and secret environment variables.

Inheritance
object
GoogleDevtoolsCloudbuildV1Secrets
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 GoogleDevtoolsCloudbuildV1Secrets : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Inline

Secrets encrypted with KMS key and the associated secret environment variable.

Declaration
[JsonProperty("inline")]
public virtual IList<GoogleDevtoolsCloudbuildV1InlineSecret> Inline { get; set; }
Property Value
Type Description
IList<GoogleDevtoolsCloudbuildV1InlineSecret>

SecretManager

Secrets in Secret Manager and associated secret environment variable.

Declaration
[JsonProperty("secretManager")]
public virtual IList<GoogleDevtoolsCloudbuildV1SecretManagerSecret> SecretManager { get; set; }
Property Value
Type Description
IList<GoogleDevtoolsCloudbuildV1SecretManagerSecret>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX