Class CustomerManagedEncryptionStatus (1.8.0)

public sealed class CustomerManagedEncryptionStatus : IMessage<CustomerManagedEncryptionStatus>, IEquatable<CustomerManagedEncryptionStatus>, IDeepCloneable<CustomerManagedEncryptionStatus>, IBufferMessage, IMessage

Describes the status of customer-managed encryption.

Inheritance

Object > CustomerManagedEncryptionStatus

Namespace

Google.Cloud.SecretManager.V1

Assembly

Google.Cloud.SecretManager.V1.dll

Constructors

CustomerManagedEncryptionStatus()

public CustomerManagedEncryptionStatus()

CustomerManagedEncryptionStatus(CustomerManagedEncryptionStatus)

public CustomerManagedEncryptionStatus(CustomerManagedEncryptionStatus other)
Parameter
NameDescription
otherCustomerManagedEncryptionStatus

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
TypeDescription
String