SecretRef class final

Reference to a secret stored in the Cloud Secret Manager that will provide the value for this environment variable.

Inheritance
  • Object
  • ProtoMessage
  • SecretRef

Constructors

SecretRef({required String secret, String version = ''})
SecretRef.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
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
Required. The name of the secret in Cloud Secret Manager. Format: {secret_name}.
final
version String
The Cloud Secret Manager secret version. Can be 'latest' for the latest version, an integer for a specific version, or a version alias.
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