public sealed class CustomerManagedEncryptionStatus : IMessage<CustomerManagedEncryptionStatus>, IEquatable<CustomerManagedEncryptionStatus>, IDeepCloneable<CustomerManagedEncryptionStatus>, IBufferMessage, IMessage
Describes the status of customer-managed encryption.
Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the
secret payload, in the following format:
projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `CustomerManagedEncryptionStatus` class describes the status of customer-managed encryption for the Google Cloud Secret Manager."],["This class is part of the `Google.Cloud.SecretManager.V1` namespace within the `Google.Cloud.SecretManager.V1.dll` assembly."],["The latest version available for this class is 2.5.0, and the provided content shows versions ranging from 1.3.0 to 2.5.0."],["`CustomerManagedEncryptionStatus` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `KmsKeyVersionName` property of this class, a string, represents the resource name of the Cloud KMS CryptoKeyVersion used for secret payload encryption."]]],[]]