google_api_compute v0.7.0 GoogleApi.Compute.V1.Model.CustomerEncryptionKey View Source

Represents a customer-supplied encryption key

Attributes

  • kmsKeyName (String.t): The name of the encryption key that is stored in Google Cloud KMS. Defaults to: null.
  • rawKey (String.t): Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Defaults to: null.
  • sha256 (String.t): [Output only] The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.CustomerEncryptionKey{
  kmsKeyName: any(),
  rawKey: any(),
  sha256: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.