Show / Hide Table of Contents

Class Secrets

Secrets and secret environment variables.

Inheritance
System.Object
Secrets
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1alpha2.Data
Assembly: Google.Apis.CloudBuild.v1alpha2.dll
Syntax
public class Secrets : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Inline

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

Declaration
[JsonProperty("inline")]
public virtual IList<InlineSecret> Inline { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<InlineSecret>

SecretManager

Secrets in Secret Manager and associated secret environment variable.

Declaration
[JsonProperty("secretManager")]
public virtual IList<SecretManagerSecret> SecretManager { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<SecretManagerSecret>

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX