Secret class
Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.
Constructors
- Secret({String? cipherText, String? keyName})
- Secret.fromJson(Map _json)
Properties
- cipherText ↔ String?
-
The value of the cipherText response from the
encrypt
method.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- keyName ↔ String?
-
The name of the Cloud KMS key that will be used to decrypt the secret
value.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited