View Source GoogleApi.LifeSciences.V2beta.Model.Secret (google_api_life_sciences v0.13.1)

Holds encrypted information that is only decrypted and stored in RAM by the worker VM when running the pipeline.

Attributes

  • cipherText (type: String.t, default: nil) - The value of the cipherText response from the encrypt method. This field is intentionally unaudited.
  • keyName (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.LifeSciences.V2beta.Model.Secret{
  cipherText: String.t() | nil,
  keyName: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.