GoogleApi.SecretManager.V1.Model.CustomerManagedEncryptionStatus (google_api_secret_manager v0.23.0)
View SourceDescribes 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 }