View Source GoogleApi.BackupDR.V1.Model.CustomerEncryptionKey (google_api_backup_dr v0.3.0)

A customer-supplied encryption key.

Attributes

  • kmsKeyName (type: String.t, default: nil) - Optional. The name of the encryption key that is stored in Google Cloud KMS.
  • kmsKeyServiceAccount (type: String.t, default: nil) - Optional. The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
  • rawKey (type: String.t, default: nil) - Optional. Specifies a 256-bit customer-supplied encryption key.
  • rsaEncryptedKey (type: String.t, default: nil) - Optional. RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BackupDR.V1.Model.CustomerEncryptionKey{
  kmsKeyName: String.t() | nil,
  kmsKeyServiceAccount: String.t() | nil,
  rawKey: String.t() | nil,
  rsaEncryptedKey: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.