public sealed class CustomerManagedEncryptionStatus : IMessage<CustomerManagedEncryptionStatus>, IEquatable<CustomerManagedEncryptionStatus>, IDeepCloneable<CustomerManagedEncryptionStatus>, IBufferMessage, IMessage
Describes the status of customer-managed encryption.
Implements
IMessage<CustomerManagedEncryptionStatus>, IEquatable<CustomerManagedEncryptionStatus>, IDeepCloneable<CustomerManagedEncryptionStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.SecretManager.V1Assembly
Google.Cloud.SecretManager.V1.dll
Constructors
CustomerManagedEncryptionStatus()
public CustomerManagedEncryptionStatus()
CustomerManagedEncryptionStatus(CustomerManagedEncryptionStatus)
public CustomerManagedEncryptionStatus(CustomerManagedEncryptionStatus other)
Parameter | |
---|---|
Name | Description |
other | CustomerManagedEncryptionStatus |
Properties
KmsKeyVersionName
public string KmsKeyVersionName { get; set; }
Required. The resource name of the Cloud KMS CryptoKeyVersion used to encrypt the
secret payload, in the following format:
projects/*/locations/*/keyRings/*/cryptoKeys/*/versions/*
.
Property Value | |
---|---|
Type | Description |
String |