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

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

Attributes

  • externalKeyUri (type: String.t, default: nil) - The URI for an external resource that this CryptoKeyVersion represents.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.