public sealed class CustomerManagedEncryptionStatus : IMessage<CustomerManagedEncryptionStatus>, IEquatable<CustomerManagedEncryptionStatus>, IDeepCloneable<CustomerManagedEncryptionStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Secret Manager v1 API class CustomerManagedEncryptionStatus.
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."],[[["This webpage provides documentation for the `CustomerManagedEncryptionStatus` class within the Google Cloud Secret Manager v1 API, specifically for version 2.2.0."],["The `CustomerManagedEncryptionStatus` class describes the status of customer-managed encryption for secrets, implemented in .NET using interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this API is 2.5.0, with links provided to previous versions ranging down to 1.3.0 for the `CustomerManagedEncryptionStatus` class."],["The `CustomerManagedEncryptionStatus` class has a property `KmsKeyVersionName` that holds the resource name of the Cloud KMS CryptoKeyVersion used to encrypt the secret payload, and it can be set and retrieved as a string."]]],[]]