View Source GoogleApi.HealthCare.V1beta1.Model.KmsWrappedCryptoKey (google_api_health_care v0.48.0)

Include to use an existing data crypto key wrapped by KMS. The wrapped key must be a 128-, 192-, or 256-bit key. The key must grant the Cloud IAM permission cloudkms.cryptoKeyVersions.useToDecrypt to the project's Cloud Healthcare Service Agent service account. For more information, see [Creating a wrapped key] (https://cloud.google.com/dlp/docs/create-wrapped-key).

Attributes

  • cryptoKey (type: String.t, default: nil) - Required. The resource name of the KMS CryptoKey to use for unwrapping.
  • wrappedKey (type: String.t, default: nil) - Required. The wrapped data crypto key.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.HealthCare.V1beta1.Model.KmsWrappedCryptoKey{
  cryptoKey: String.t() | nil,
  wrappedKey: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.