Show / Hide Table of Contents

Class ContaineranalysisGoogleDevtoolsCloudbuildV1Secrets

Secrets and secret environment variables.

Inheritance
object
ContaineranalysisGoogleDevtoolsCloudbuildV1Secrets
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.ContainerAnalysis.v1beta1.Data
Assembly: Google.Apis.ContainerAnalysis.v1beta1.dll
Syntax
public class ContaineranalysisGoogleDevtoolsCloudbuildV1Secrets : 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<ContaineranalysisGoogleDevtoolsCloudbuildV1InlineSecret> Inline { get; set; }
Property Value
Type Description
IList<ContaineranalysisGoogleDevtoolsCloudbuildV1InlineSecret>

SecretManager

Secrets in Secret Manager and associated secret environment variable.

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

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX