GoogleApi.DeveloperConnect.V1.Model.CryptoKeyConfig (google_api_developer_connect v0.6.0)
View SourceThe 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 ofprojects/*/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 }