View Source GoogleApi.SecretManager.V1.Model.CustomerManagedEncryptionStatus (google_api_secret_manager v0.20.0)

Describes the status of customer-managed encryption.

Attributes

  • kmsKeyVersionName (type: String.t, default: nil) - Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the secret payload, in the following format: projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecretManager.V1.Model.CustomerManagedEncryptionStatus{
  kmsKeyVersionName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.