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.
Namespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
Secrets()
public Secrets()
Secrets(Secrets)
public Secrets(Secrets other)
Parameter | |
---|---|
Name | Description |
other |
Secrets |
Properties
Inline
public RepeatedField<InlineSecret> Inline { get; }
Secrets encrypted with KMS key and the associated secret environment variable.
Property Value | |
---|---|
Type | Description |
RepeatedFieldInlineSecret |
SecretManager
public RepeatedField<SecretManagerSecret> SecretManager { get; }
Secrets in Secret Manager and associated secret environment variable.
Property Value | |
---|---|
Type | Description |
RepeatedFieldSecretManagerSecret |