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
System.Object > SecretsImplements
IMessage<Secrets>, System.IEquatable<Secrets>, IDeepCloneable<Secrets>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
Secrets()
public Secrets()
Secrets(Secrets)
public Secrets(Secrets other)
Name | Description |
other | Secrets |
Properties
Inline
public RepeatedField<InlineSecret> Inline { get; }
Secrets encrypted with KMS key and the associated secret environment variable.
Type | Description |
RepeatedField<InlineSecret> |
SecretManager
public RepeatedField<SecretManagerSecret> SecretManager { get; }
Secrets in Secret Manager and associated secret environment variable.
Type | Description |
RepeatedField<SecretManagerSecret> |