Class: Google::Cloud::LifeSciences::V2beta::Secret
- Inherits:
-
Object
- Object
- Google::Cloud::LifeSciences::V2beta::Secret
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/lifesciences/v2beta/workflows.rb
Overview
Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.
Instance Attribute Summary collapse
-
#cipher_text ⇒ ::String
The value of the cipherText response from the
encryptmethod. -
#key_name ⇒ ::String
The name of the Cloud KMS key that will be used to decrypt the secret value.