View Source GoogleApi.Batch.V1.Model.AgentKMSEnvMap (google_api_batch v0.6.3)

AgentKMSEnvMap contains the encrypted key/value pair to be used in the environment on the Agent side.

Attributes

  • cipherText (type: String.t, default: nil) - The value of the cipherText response from the encrypt method.
  • keyName (type: String.t, default: nil) - The name of the KMS key that will be used to decrypt the cipher text.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Batch.V1.Model.AgentKMSEnvMap{
  cipherText: String.t() | nil,
  keyName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.