View Source GoogleApi.DeveloperConnect.V1.Model.CryptoKeyConfig (google_api_developer_connect v0.5.0)

The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.

Attributes

  • keyReference (type: String.t, default: nil) - Required. The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DeveloperConnect.V1.Model.CryptoKeyConfig{
  keyReference: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.