Cloud Build v1 API - Class Secrets (2.9.0)

public sealed class Secrets : IMessage<Secrets>, IEquatable<Secrets>, IDeepCloneable<Secrets>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Build v1 API class Secrets.

Secrets and secret environment variables.

Inheritance

object > Secrets

Namespace

Google.Cloud.CloudBuild.V1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

Secrets()

public Secrets()

Secrets(Secrets)

public Secrets(Secrets other)
Parameter
NameDescription
otherSecrets

Properties

Inline

public RepeatedField<InlineSecret> Inline { get; }

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

Property Value
TypeDescription
RepeatedFieldInlineSecret

SecretManager

public RepeatedField<SecretManagerSecret> SecretManager { get; }

Secrets in Secret Manager and associated secret environment variable.

Property Value
TypeDescription
RepeatedFieldSecretManagerSecret