View Source GoogleApi.SecretManager.V1.Model.CustomerManagedEncryption (google_api_secret_manager v0.19.0)

Configuration for encrypting secret payloads using customer-managed encryption keys (CMEK).

Attributes

  • kmsKeyName (type: String.t, default: nil) - Required. The resource name of the Cloud KMS CryptoKey used to encrypt secret payloads. For secrets using the UserManaged replication policy type, Cloud KMS CryptoKeys must reside in the same location as the replica location. For secrets using the Automatic replication policy type, Cloud KMS CryptoKeys must reside in global. The expected format is projects/*/locations/*/keyRings/*/cryptoKeys/*.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SecretManager.V1.Model.CustomerManagedEncryption{
  kmsKeyName: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.