SecretEnvVar class final

Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.

Inheritance
  • Object
  • ProtoMessage
  • SecretEnvVar

Constructors

SecretEnvVar({String key = '', String projectId = '', String secret = '', String version = ''})
SecretEnvVar.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
Name of the environment variable.
final
projectId String
Project identifier (preferably project number but can also be the project ID) of the project that contains the secret. If not set, it is assumed that the secret is in the same project as the function.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secret String
Name of the secret in secret manager (not the full resource name).
final
version String
Version of the secret (version number or the string 'latest'). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String