GoogleApi.CloudKMS.V1.Model.EkmConfig (google_api_cloud_kms v0.43.0)

View Source

An EkmConfig is a singleton resource that represents configuration parameters that apply to all CryptoKeys and CryptoKeyVersions with a ProtectionLevel of EXTERNAL_VPC in a given project and location.

Attributes

  • defaultEkmConnection (type: String.t, default: nil) - Optional. Resource name of the default EkmConnection. Setting this field to the empty string removes the default.
  • name (type: String.t, default: nil) - Output only. The resource name for the EkmConfig in the format projects/*/locations/*/ekmConfig.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.CloudKMS.V1.Model.EkmConfig{
  defaultEkmConnection: String.t() | nil,
  name: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.