Class CustomerManagedEncryptionStatus (1.3.0)

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

Describes the status of customer-managed encryption.

Inheritance

System.Object > CustomerManagedEncryptionStatus

Implements

Google.Protobuf.IMessage<CustomerManagedEncryptionStatus>, System.IEquatable<CustomerManagedEncryptionStatus>, Google.Protobuf.IDeepCloneable<CustomerManagedEncryptionStatus>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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
System.String