GoogleApi.Genomics.V1.Model.Secret (google_api_genomics v0.18.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Genomics.V1.Model.Secret{
  cipherText: String.t() | nil,
  keyName: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.