The name of the Cloud KMS key that will be used to decrypt the secret
value. The VM service account must have the required permissions and
authentication scopes to invoke the decrypt method on the specified key.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The `Secret` class in the Google Cloud Life Sciences v2beta API is designed to hold encrypted data, which is decrypted and stored only in the worker VM's RAM during pipeline execution."],["The latest version of the `Secret` class is 2.0.0-beta06, with previous versions available as 2.0.0-beta05 and 1.0.0-beta02."],["The `Secret` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and deep cloning."],["It has two properties: `CipherText`, which stores the encrypted value, and `KeyName`, which specifies the Cloud KMS key used for decryption, requiring appropriate permissions for the VM service account."],["The class has two constructors: one empty, and another that accepts a `Secret` object as parameter."]]],[]]