View Source GoogleApi.CloudKMS.V1.Model.ExternalProtectionLevelOptions (google_api_cloud_kms v0.40.0)

ExternalProtectionLevelOptions stores a group of additional fields for configuring a CryptoKeyVersion that are specific to the EXTERNAL protection level and EXTERNAL_VPC protection levels.

Attributes

  • ekmConnectionKeyPath (type: String.t, default: nil) - The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key". Set this field instead of external_key_uri when using an EkmConnection.
  • externalKeyUri (type: String.t, default: nil) - The URI for an external resource that this CryptoKeyVersion represents.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudKMS.V1.Model.ExternalProtectionLevelOptions{
  ekmConnectionKeyPath: String.t() | nil,
  externalKeyUri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.